]> git.argeo.org Git - gpl/argeo-slc.git/blob - 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
1 <project default="hello">
2 <target name="hello">
3 <echo message="Hello World!" />
4 </target>
5 </project>