diff options
Diffstat (limited to 'build')
-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"/> |