Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-03 03:54:08 +0000
committerDavid Williams2016-04-03 03:54:08 +0000
commitf6d9ab7bd8c463324e533eaec364b40ccf971b59 (patch)
treee797de9d408d2631a16cd80771ba937e344705f1 /production
parent935343daca1874f41ab6f315236c292ff2e8152e (diff)
downloadeclipse.platform.releng.aggregator-f6d9ab7bd8c463324e533eaec364b40ccf971b59.tar.gz
eclipse.platform.releng.aggregator-f6d9ab7bd8c463324e533eaec364b40ccf971b59.tar.xz
eclipse.platform.releng.aggregator-f6d9ab7bd8c463324e533eaec364b40ccf971b59.zip
Bug 487044 - Migrate some (most) cron jobs to Releng HIPP Instance
Diffstat (limited to 'production')
-rw-r--r--production/build_eclipse_org.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 3ebb1ec9d..5919f89e9 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -53,7 +53,7 @@ export JAVA_HOME=${JAVA_HOME:-/shared/common/jdk1.8.0_x64-latest}
# But, without the ANT_OPTS, we do get messages about "to get repeatable builds, to ignore sysclasspath"
export ANT_HOME=${ANT_HOME:-/shared/common/apache-ant-1.9.6}
# we "add to" ANT_OPTS, since Hudson may define some required values
-export ANT_OPTS=${ANT_OPTS} "-Dbuild.sysclasspath=ignore" "-Dincludeantruntime=false"
+export ANT_OPTS="${ANT_OPTS} -Dbuild.sysclasspath=ignore -Dincludeantruntime=false"
#
# remember, MaxPermSize is specific to "Oracle VMs". It has to be removed (or over ridden)
# for other VMs or the VM might fail to start due to unrecognized -XX option.

Back to the top