r9881 - helma/helma/trunk
[email protected] Fri, 11 Sep 2009 16:33:00 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090911143300.B8A2E3D0E3@mia> |
Author: hannes
Date: 2009-09-11 16:33:00 +0200 (Fri, 11 Sep 2009)
New Revision: 9881
Modified:
helma/helma/trunk/build.xml
Log:
Remove helma.jar in clean task, otherwise debian build script won't work, but remove nesting wildcards
Details at http://dev.helma.org/trac/helma/changeset/9881
Modified: helma/helma/trunk/build.xml
===================================================================
--- helma/helma/trunk/build.xml 2009-09-11 14:17:25 UTC (rev 9880)
+++ helma/helma/trunk/build.xml 2009-09-11 14:33:00 UTC (rev 9881)
@@ -477,7 +477,7 @@
<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>