]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/org.argeo.slc.demo.ant/ant/hello/build.xml
Move SLF4J implementation from Commons to SLC
[gpl/argeo-slc.git] / legacy / 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>