(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Mon, 11 Feb 2013 15:40:14 +0000 (16:40 +0100)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Mon, 11 Feb 2013 15:40:14 +0000 (16:40 +0100)
phing-showincludepath.xml

index 0c32f69a6872dc0b704be0fc887c867e70a8db59..482e3c5e1b7d0e64b97bd5e603157b3757a61071 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <project name="test" default="main">\r
-       <target name="main">\r
-               <adhoc-task name="showincludepath"><![CDATA[\r
-                       class FooTest extends Task {\r
-                               function main() {\r
-                                       $this->log(get_include_path());\r
-                               }\r
-                       }\r
-               ]]></adhoc-task>\r
-               <showincludepath/>\r
-       </target>\r
+    <target name="main">\r
+        <adhoc-task name="showincludepath"><![CDATA[\r
+            class ShowIncludePathTask extends Task {\r
+                function main() {\r
+                    $this->log(get_include_path());\r
+                }\r
+            }\r
+        ]]></adhoc-task>\r
+        <showincludepath/>\r
+    </target>\r
 </project>\r