r9874 - helma/helma/trunk
[email protected] Fri, 11 Sep 2009 13:07:25 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090911110725.087563D0E3@mia> |
Author: hannes
Date: 2009-09-11 13:07:24 +0200 (Fri, 11 Sep 2009)
New Revision: 9874
Modified:
helma/helma/trunk/build.xml
Log:
Only delete timestamped helma.jar file in clean task
Details at http://dev.helma.org/trac/helma/changeset/9874
Modified: helma/helma/trunk/build.xml
===================================================================
--- helma/helma/trunk/build.xml 2009-09-11 10:34:17 UTC (rev 9873)
+++ helma/helma/trunk/build.xml 2009-09-11 11:07:24 UTC (rev 9874)
@@ -477,9 +477,8 @@
<delete dir="${build.dist}"/>
<delete file="${home.dir}/launcher.jar" quiet="true"/>
<delete>
- <fileset dir="${build.lib}" includes="**/${jar.name}*.jar"/>
+ <fileset dir="${build.lib}" includes="**/${jar.name}-*.jar"/>
</delete>
</target>
-
</project>