r9432 - helma/helma/trunk
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2008-12-15 13:42:23 +0100 (Mon, 15 Dec 2008)
New Revision: 9432
Modified:
helma/helma/trunk/build.xml
Log:
Remove all generated files in clean task.
Details at http://dev.helma.org/trac/helma/changeset/9432
Modified: helma/helma/trunk/build.xml
===================================================================
--- helma/helma/trunk/build.xml 2008-12-13 02:53:10 UTC (rev 9431)
+++ helma/helma/trunk/build.xml 2008-12-15 12:42:23 UTC (rev 9432)
@@ -500,6 +500,11 @@
<target name="clean" depends="init">
<delete dir="${build.work}" />
<delete dir="${build.classes}" />
+ <delete dir="${build.docs}"/>
+ <delete file="${home.dir}/launcher.jar" quiet="true"/>
+ <delete>
+ <fileset file="${build.lib}" includes="**/${jar.name}*.jar"/>
+ </delete>
</target>
<!-- =================================================================== -->