]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/site/org.argeo.slc.demo.ant/ant/hello/build.xml
Reintroduce ant support
[gpl/argeo-slc.git] / demo / site / org.argeo.slc.demo.ant / ant / hello / build.xml
diff --git a/demo/site/org.argeo.slc.demo.ant/ant/hello/build.xml b/demo/site/org.argeo.slc.demo.ant/ant/hello/build.xml
new file mode 100644 (file)
index 0000000..78dffa3
--- /dev/null
@@ -0,0 +1,5 @@
+<project default="hello">
+       <target name="hello">
+               <echo message="Hello World!" />
+       </target>
+</project>
\ No newline at end of file