diff options
author | aclement <aclement> | 2005-07-06 08:25:53 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-07-06 08:25:53 +0000 |
commit | cec9b12c1c09773b654644a9def380a849d2479e (patch) | |
tree | 9ef21c373f0d3710671e0be02e4cf1ae79869b6c | |
parent | d8fa51baa77d426bf5a14ab5e9c0f9f3784981b4 (diff) | |
download | aspectj-cec9b12c1c09773b654644a9def380a849d2479e.tar.gz aspectj-cec9b12c1c09773b654644a9def380a849d2479e.zip |
temp removal of the call to build runtime with 11 javac. WILL NEED TO FIX RUNTIME before finishing 1.5.0
-rw-r--r-- | build/release/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/release/build.xml b/build/release/build.xml index e44adac7c..c063788d7 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -79,7 +79,8 @@ <antcall target="install"/> <antcall target="product-tests"/> <!-- TODO re-enable antcall target="harness-tests"/ --> - <build-aspectj vm="13" target="compile-runtime-11"/> + <!-- Temporary removal to see if build will work... --> + <!--build-aspectj vm="13" target="compile-runtime-11"/--> <build-aspectj vm="${max.vm}" target="save-result"/> |