Add helmaswarm build targets (used by debian build scripts)

This commit is contained in:
hns 2010-02-05 17:13:35 +00:00
parent 4f99d04c0a
commit 19e6f596c0

View file

@ -481,4 +481,14 @@
</delete> </delete>
</target> </target>
<!-- Build helmaswarm jar file -->
<target name="swarm-jar">
<ant dir="helmaswarm" antfile="build.xml" target="jar" inheritAll="false"/>
</target>
<!-- Clean up helmaswarm -->
<target name="swarm-clean">
<ant dir="helmaswarm" antfile="build.xml" target="clean" inheritAll="false"/>
</target>
</project> </project>