Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-21 21:41:32 +0000
committerDavid Williams2013-01-21 21:41:32 +0000
commita69cd9b951f9d813e582066ab551bef86ff25c0d (patch)
tree3e438e4ec60c05e9f65dfa5973675a940d122466 /scripts
parent082f041cf782c2506af9d31c08fd677442cb2990 (diff)
downloadeclipse.platform.releng.aggregator-a69cd9b951f9d813e582066ab551bef86ff25c0d.tar.gz
eclipse.platform.releng.aggregator-a69cd9b951f9d813e582066ab551bef86ff25c0d.tar.xz
eclipse.platform.releng.aggregator-a69cd9b951f9d813e582066ab551bef86ff25c0d.zip
Use JDK 1.7.0_11
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build_eclipse_org.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_eclipse_org.env b/scripts/build_eclipse_org.env
index 270f8bdd1..fb8e8afd8 100644
--- a/scripts/build_eclipse_org.env
+++ b/scripts/build_eclipse_org.env
@@ -13,7 +13,7 @@ export BUILD_TYPE=${BUILD_TYPE:-N}
export TMP_DIR=${TMP_DIR:-${BUILD_ROOT}/tmp}
# these could be machine specific
-export JAVA_HOME=${JAVA_HOME:-/shared/common/jdk1.7.0}
+export JAVA_HOME=${JAVA_HOME:-/shared/common/jdk1.7.0_11}
# 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.
export MAVEN_OPTS=${MAVEN_OPTS:--Xmx2048m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR}}

Back to the top