diff options
author | aclement <aclement> | 2005-09-26 16:00:10 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-09-26 16:00:10 +0000 |
commit | cf077b3b71ae47a556e230eb40dfa158abd4d037 (patch) | |
tree | e8f03410605087479aee24064fb9a37279bc0a4f /build/build-properties.xml | |
parent | b1c88bdb04ad9c623aea43d633e0475376347e22 (diff) | |
download | aspectj-cf077b3b71ae47a556e230eb40dfa158abd4d037.tar.gz aspectj-cf077b3b71ae47a556e230eb40dfa158abd4d037.zip |
include weaver5
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r-- | build/build-properties.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml index 1353aec74..f9dc69835 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -109,7 +109,7 @@ <property name="aspectj.tools.modules.13" value="ajbrowser,ajde,ajdoc,asm,bridge,loadtime,org.aspectj.ajdt.core,runtime,taskdefs,util,weaver"/> <property name="aspectj.tools.modules.15" - value="loadtime5,aspectj5rt"/> + value="loadtime5,aspectj5rt,weaver5"/> <condition property="aspectj.tools.modules" value="${aspectj.tools.modules.13},${aspectj.tools.modules.15}"> <equals arg1="1.5" arg2="${ant.java.version}"/> |