r10012 - helma/helma/trunk

[email protected] Fri, 5 Feb 2010 18:13:35 +0100 (CET)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20100205171335.4E1C03D0E2@mia>
Author: hannes
Date: 2010-02-05 18:13:35 +0100 (Fri, 05 Feb 2010)
New Revision: 10012

Modified:
   helma/helma/trunk/build.xml
Log:
Add helmaswarm build targets (used by debian build scripts)

Details at http://dev.helma.org/trac/helma/changeset/10012

Modified: helma/helma/trunk/build.xml
===================================================================
--- helma/helma/trunk/build.xml	2010-02-05 16:50:25 UTC (rev 10011)
+++ helma/helma/trunk/build.xml	2010-02-05 17:13:35 UTC (rev 10012)
@@ -481,4 +481,14 @@
         </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>