Add helmaswarm build targets (used by debian build scripts)
This commit is contained in:
parent
4f99d04c0a
commit
19e6f596c0
1 changed files with 10 additions and 0 deletions
10
build.xml
10
build.xml
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue