diff options
author | aclement <aclement> | 2008-10-05 22:52:24 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-10-05 22:52:24 +0000 |
commit | 0682be1a621d592af0ecc5a92420641fb3e2e04d (patch) | |
tree | ad6d03f83a2b480f62f180e3de2531b334d01661 | |
parent | 827562515b125e052ec4fa430f7f4e6bce17e09a (diff) | |
download | aspectj-1_6_2_preMatchSplit.tar.gz aspectj-1_6_2_preMatchSplit.zip |
dont build src just yetV1_6_2_preMatchSplit
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 00b9333a3..19b723751 100644 --- a/build/build.xml +++ b/build/build.xml @@ -341,7 +341,7 @@ To use testing client jar in tests, </echo> </target> - <target name="aspectj" depends="init,aspectjtools-dist,docs-dist,src" description="create installer from local distributions"> + <target name="aspectj" depends="init,aspectjtools-dist,docs-dist" description="create installer from local distributions"> <property name="installer.staging.dir" location="${aj.temp.dir}/installer-staging"/> <clean-dir dir="${installer.staging.dir}"/> <copy todir="${installer.staging.dir}"> |