r9434 - helma/helma/trunk
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2008-12-15 16:54:41 +0100 (Mon, 15 Dec 2008)
New Revision: 9434
Modified:
helma/helma/trunk/build.xml
Log:
Remove dist directory in ant clean.
Details at http://dev.helma.org/trac/helma/changeset/9434
Modified: helma/helma/trunk/build.xml
===================================================================
--- helma/helma/trunk/build.xml 2008-12-15 15:11:20 UTC (rev 9433)
+++ helma/helma/trunk/build.xml 2008-12-15 15:54:41 UTC (rev 9434)
@@ -475,6 +475,7 @@
<delete dir="${build.work}" />
<delete dir="${build.classes}" />
<delete dir="${build.docs}"/>
+ <delete dir="${build.dist}"/>
<delete file="${home.dir}/launcher.jar" quiet="true"/>
<delete>
<fileset file="${build.lib}" includes="**/${jar.name}*.jar"/>