diff options
author | acolyer <acolyer> | 2004-02-24 15:06:07 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-02-24 15:06:07 +0000 |
commit | 4012254ce1491b3b51f39da2ff240612d72b30ea (patch) | |
tree | 85119da107b78240c1d069a0261b7e49431fe5f4 /build/build-properties.xml | |
parent | 16a0abd70e5fe2538c32994de05f52b6bf939ef5 (diff) | |
download | aspectj-4012254ce1491b3b51f39da2ff240612d72b30ea.tar.gz aspectj-4012254ce1491b3b51f39da2ff240612d72b30ea.zip |
support for building the org.aspectj.aspectjrt plugin
Diffstat (limited to 'build/build-properties.xml')
-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 326a6d059..69c8f2a3e 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -71,6 +71,8 @@ location="${aj.build.dir}/webDeploy"/> <property name="aj.plugin.org.aspectj.ajde.dir" location="${aj.dist.dir}/ide/eclipse/org.aspectj.ajde"/> + <property name="aj.plugin.org.aspectj.aspectjrt.dir" + location="${aj.dist.dir}/ide/eclipse/org.aspectj.aspectjrt"/> <property name="aj.plugin.org.aspectj.ajde.source.dir" location="${aj.dist.dir}/ide/eclipse/org.aspectj.ajde.source"/> <property name="aj.plugin.org.aspectj.ajde.doc.dir" |