aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-14 05:21:29 +0000
committerwisberg <wisberg>2003-05-14 05:21:29 +0000
commit186e403f568546b160a93e216996dad148f5f9a8 (patch)
treec5bde1cd40840e9e3a15ed84935afdbf762b3ecb /build
parentc4abfaeb95f8ee157dc5efa69c510cafd1e3dfd5 (diff)
downloadaspectj-186e403f568546b160a93e216996dad148f5f9a8.tar.gz
aspectj-186e403f568546b160a93e216996dad148f5f9a8.zip
clean-jars target
Diffstat (limited to 'build')
-rw-r--r--build/build-properties.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml
index 94fd3b56a..6f7c6db28 100644
--- a/build/build-properties.xml
+++ b/build/build-properties.xml
@@ -143,6 +143,15 @@
<!-- aj.results.dir is not cleaned -->
</target>
+ <target name="clean-jars"
+ depends="init-directories"
+ unless="clean-jars.done" >
+ <delete quiet="on">
+ <fileset dir="${aj.jar.dir}" includes="*"/>
+ </delete>
+ <property name="clean-jars.done" value="done"/>
+ </target>
+
<target name="echo-properties" depends="init-properties">
<echo>
Build Properties