diff options
author | acolyer <acolyer> | 2004-06-09 10:21:57 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-06-09 10:21:57 +0000 |
commit | 4c15d23799c086731e33e4506bc5fe5417bc14c5 (patch) | |
tree | 074ae04a0135c68e427bc728b5b1234ed0824486 /build/build.xml | |
parent | d57c4726eba99e78e9fdd04ec5008aa655216ac4 (diff) | |
download | aspectj-4c15d23799c086731e33e4506bc5fe5417bc14c5.tar.gz aspectj-4c15d23799c086731e33e4506bc5fe5417bc14c5.zip |
skip on the exclude runtime test rather than patch it in the build file.
This allows the correct testing-drivers-all.jar to be built too.
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml index b9c017a6d..44cef9762 100644 --- a/build/build.xml +++ b/build/build.xml @@ -372,9 +372,6 @@ To use testing client jar in tests, <mkdir dir="${aj.dist.dir}/tools_tmp"/> <unjar dest="${aj.dist.dir}/tools_tmp" src="${aj.dist.dir}/tools/lib/aspectjtools.jar"/> - <!-- put the runtime classes in too --> - <unjar dest="${aj.dist.dir}/tools_tmp" - src="${aj.dist.dir}/tools/lib/aspectjrt.jar"/> <!-- Ant 1.5.1 doesn't overwrite the jar, even with update set to false --> <delete file="${aj.dist.dir}/tools/lib/aspectjtools.jar" /> <jar manifest="${aj.dist.dir}/tools_tmp/META-INF/MANIFEST.MF" |