]> git.argeo.org Git - gpl/argeo-slc.git/blob - hello/build.xml
Prepare next development cycle
[gpl/argeo-slc.git] / hello / build.xml
1 <project default="hello">
2 <target name="hello">
3 <echo message="Hello World!" />
4 </target>
5 </project>