[Patchanim-commit] SF.net SVN: patchanim: [162] trunk/patchanim/build.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-02-11 00:03:05
|
Revision: 162
http://patchanim.svn.sourceforge.net/patchanim/?rev=162&view=rev
Author: dbrosius
Date: 2008-02-10 16:03:09 -0800 (Sun, 10 Feb 2008)
Log Message:
-----------
delete old versions of patchanim jars and zips
Modified Paths:
--------------
trunk/patchanim/build.xml
Modified: trunk/patchanim/build.xml
===================================================================
--- trunk/patchanim/build.xml 2008-02-10 23:53:25 UTC (rev 161)
+++ trunk/patchanim/build.xml 2008-02-11 00:03:09 UTC (rev 162)
@@ -39,9 +39,12 @@
<target name="clean" description="removes all generated collateral">
<delete dir="${classes.dir}"/>
<delete dir="${javadoc.dir}"/>
- <delete file="${jnlp.dir}/patchanim-${patchanim.version}.jar"/>
- <delete file="${basedir}/patchanim-src-${patchanim.version}.zip"/>
- <delete file="${basedir}/patchanim-bin-${patchanim.version}.zip"/>
+ <delete>
+ <fileset dir="${jnlp.dir}" includes="patchanim*.jar"/>
+ </delete>
+ <delete>
+ <fileset dir="${basedir}" includes="*.zip"/>
+ </delete>
</target>
<target name="-init" description="prepares repository for a build">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|