diff options
author | aclement <aclement> | 2008-09-18 17:32:00 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-09-18 17:32:00 +0000 |
commit | 5347178d0233e98a74e65cdc1721c19f509c0a18 (patch) | |
tree | e9103c874cd70137d37cdb6db3a33e19010227f1 /build | |
parent | a7bca9af787487e8539b65c7c9e2888c1e1e0049 (diff) | |
download | aspectj-5347178d0233e98a74e65cdc1721c19f509c0a18.tar.gz aspectj-5347178d0233e98a74e65cdc1721c19f509c0a18.zip |
preparing to build src jars
Diffstat (limited to 'build')
-rw-r--r-- | build/build-properties.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml index 4b553a76f..acfcac2c5 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -64,6 +64,8 @@ location="${aspectj.modules.dir}/aj-build"/> <property name="aj.temp.dir" location="${aj.build.dir}/temp"/> + <property name="aj.src.dir" + location="${aj.build.dir}/src"/> <property name="aj.jar.dir" location="${aj.build.dir}/jars"/> <property name="aj.dist.dir" |