adding a dumb task for running HelloSir

This commit is contained in:
Dan Buch 2010-11-24 19:09:14 -05:00
parent 74ac431a0e
commit 5f75a83bd4

View File

@ -18,4 +18,9 @@
</jar>
</target>
<target name="hello" depends="build" description="runs HelloSir">
<java classname="com.meatballhat.learningjava.HelloSir"
classpath="obj"/>
</target>
</project>