Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-06-19 22:12:52 +0000
committerDavid Williams2013-06-19 22:12:52 +0000
commitc1c4c2fb70af96e1c32f3cf9c1041e27f44847df (patch)
treeddb5bdec87d61f1d071b5fdd7ac6d852dc6db5b3 /scripts
parentf469e9ce3856af121611941de91f950d637549ac (diff)
downloadeclipse.platform.releng.aggregator-c1c4c2fb70af96e1c32f3cf9c1041e27f44847df.tar.gz
eclipse.platform.releng.aggregator-c1c4c2fb70af96e1c32f3cf9c1041e27f44847df.tar.xz
eclipse.platform.releng.aggregator-c1c4c2fb70af96e1c32f3cf9c1041e27f44847df.zip
Bug 410835 - Update javadoc version used by our build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xsl/upVersionParents.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xsl/upVersionParents.sh b/scripts/xsl/upVersionParents.sh
index 47e8b1fba..fc5b926bc 100755
--- a/scripts/xsl/upVersionParents.sh
+++ b/scripts/xsl/upVersionParents.sh
@@ -7,7 +7,7 @@ LOG=$(pwd)/log_$( date +%Y%m%d%H%M%S ).txt
exec >>$LOG 2>&1
LREPO=$(pwd)/../localMavenRepo
-export JAVA_HOME=/opt/local/jdk1.7.0_11
+export JAVA_HOME=/opt/local/jdk1.7.0_25
TMP_DIR=$(pwd)/../tmp
mkdir -p $TMP_DIR
export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR}"

Back to the top