(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Mon, 11 Feb 2013 15:37:31 +0000 (16:37 +0100)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Mon, 11 Feb 2013 15:37:31 +0000 (16:37 +0100)
phork0.txt [new file with mode: 0644]

diff --git a/phork0.txt b/phork0.txt
new file mode 100644 (file)
index 0000000..0c32f69
--- /dev/null
@@ -0,0 +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
+</project>\r