Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-10-05 00:08:24 +0000
committerDavid Williams2015-10-05 00:08:24 +0000
commitd13dbb906b92c5b09fa9b1e92d318ca17100e7aa (patch)
tree65204bbc1e34d316eedb18d1366d7273829a2f8e /production/build_eclipse_org.shsource
parent63fbc7930d983fd05f5114c4f7fa2bf685c7eb32 (diff)
downloadeclipse.platform.releng.aggregator-d13dbb906b92c5b09fa9b1e92d318ca17100e7aa.tar.gz
eclipse.platform.releng.aggregator-d13dbb906b92c5b09fa9b1e92d318ca17100e7aa.tar.xz
eclipse.platform.releng.aggregator-d13dbb906b92c5b09fa9b1e92d318ca17100e7aa.zip
[releng] clean up and be consistent with JAVA_HOME definition
Diffstat (limited to 'production/build_eclipse_org.shsource')
-rw-r--r--production/build_eclipse_org.shsource1
1 files changed, 0 insertions, 1 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index dcd9e6a0a..7ecdaeef7 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -47,7 +47,6 @@ export TMP_DIR=${TMP_DIR:-${BUILD_ROOT}/tmp}
mkdir -p ${TMP_DIR}
# these could be machine specific
-#export JAVA_HOME=${JAVA_HOME:-/shared/common/jdk1.7.0-latest}
export JAVA_HOME=${JAVA_HOME:-/shared/common/jdk1.8.0_x64-latest}
# required for when ant is used. Unclear how maven's "antrun" finds its version of Ant,
# built in? Or system path?

Back to the top