diff options
author | wisberg <wisberg> | 2003-05-14 05:21:29 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-14 05:21:29 +0000 |
commit | 186e403f568546b160a93e216996dad148f5f9a8 (patch) | |
tree | c5bde1cd40840e9e3a15ed84935afdbf762b3ecb /build/build-properties.xml | |
parent | c4abfaeb95f8ee157dc5efa69c510cafd1e3dfd5 (diff) | |
download | aspectj-186e403f568546b160a93e216996dad148f5f9a8.tar.gz aspectj-186e403f568546b160a93e216996dad148f5f9a8.zip |
clean-jars target
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r-- | build/build-properties.xml | 9 |
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 |