diff options
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" |