r10013 - helma/helma/trunk
[email protected] Fri, 5 Feb 2010 18:29:06 +0100 (CET)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20100205172906.2448A3D0E2@mia> |
Author: hannes
Date: 2010-02-05 18:29:06 +0100 (Fri, 05 Feb 2010)
New Revision: 10013
Modified:
helma/helma/trunk/build.xml
Log:
Undo last commit, this is supposed to be done by debian patch.
Details at http://dev.helma.org/trac/helma/changeset/10013
Modified: helma/helma/trunk/build.xml
===================================================================
--- helma/helma/trunk/build.xml 2010-02-05 17:13:35 UTC (rev 10012)
+++ helma/helma/trunk/build.xml 2010-02-05 17:29:06 UTC (rev 10013)
@@ -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>