Only delete timestamped helma.jar file in clean task
This commit is contained in:
parent
d24fca3a89
commit
473b05c77b
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue