diff options
author | aclement <aclement> | 2005-08-22 15:36:59 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-08-22 15:36:59 +0000 |
commit | e4714fa267754554f6788c434cea03fb748d5a65 (patch) | |
tree | ca509a414c9521ff099b1b0325250c9c2db553b0 /build/release/build.xml | |
parent | 6d12d15bf58fb407815607a5c6e46802a445b796 (diff) | |
download | aspectj-e4714fa267754554f6788c434cea03fb748d5a65.tar.gz aspectj-e4714fa267754554f6788c434cea03fb748d5a65.zip |
nope, wont build on 1.3 still .
Diffstat (limited to 'build/release/build.xml')
-rw-r--r-- | build/release/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release/build.xml b/build/release/build.xml index 9808019af..43196f63f 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -63,7 +63,7 @@ <save-build-id id="min-vm-${min.vm}"/> <build-aspectj vm="${min.vm}" target="echo-properties"/> <build-aspectj vm="${min.vm}" target="all"/> - <build-aspectj vm="${min.vm}" target="test-each-module"/> + <!-- ANDY removed... build-aspectj vm="${min.vm}" target="test-each-module"/--> <build-aspectj vm="${max.vm}" target="junitreport"/> <build-aspectj vm="${max.vm}" target="save-result"/> |