diff options
author | aclement <aclement> | 2007-01-11 16:09:14 +0000 |
---|---|---|
committer | aclement <aclement> | 2007-01-11 16:09:14 +0000 |
commit | c185ea6fda83999e4f9513999b9a38c8bab771e8 (patch) | |
tree | acd5adad33098b21b7c394cf75eba5f7377d0cad /build | |
parent | 9a4afec0cc96c6a1a126e61684389301de2e6df2 (diff) | |
download | aspectj-c185ea6fda83999e4f9513999b9a38c8bab771e8.tar.gz aspectj-c185ea6fda83999e4f9513999b9a38c8bab771e8.zip |
148190: reworked code to cope with new module ajde.core
Diffstat (limited to 'build')
-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 80e0978a5..42dc3ae33 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -107,7 +107,7 @@ <property file="${aspectj.modules.build.dir}/junit-patterns.properties"/> <property name="aspectj.tools.modules.13" - value="ajbrowser,ajde,ajdoc,asm,bridge,loadtime,org.aspectj.ajdt.core,runtime,taskdefs,util,weaver"/> + value="ajbrowser,ajde,ajde.core,ajdoc,asm,bridge,loadtime,org.aspectj.ajdt.core,runtime,taskdefs,util,weaver"/> <property name="aspectj.tools.modules.15" value="loadtime5,aspectj5rt,weaver5"/> <condition property="aspectj.tools.modules" |