Undo last commit, this is supposed to be done by debian patch.

This commit is contained in:
hns 2010-02-05 17:29:06 +00:00
parent 19e6f596c0
commit 5774b583eb

View file

@ -481,14 +481,4 @@
</delete>
</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>