From 9d4558ce97cb9b78c44489f650670ffe18e4c2c7 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 30 May 2012 10:04:13 +0000 Subject: [PATCH] [releng] build against Juno RC2 : use an 1.6 bootclasspath --- releng/org.eclipse.rse.build/nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng/org.eclipse.rse.build/nightly.sh b/releng/org.eclipse.rse.build/nightly.sh index 19173e1c0ab..02332921458 100755 --- a/releng/org.eclipse.rse.build/nightly.sh +++ b/releng/org.eclipse.rse.build/nightly.sh @@ -77,7 +77,7 @@ java16bin="/shared/tools/tm/jdk-1.6/bin" bootclasspath_16="/shared/tools/tm/jdk-1.6/jre/lib/rt.jar" #bootclasspath_foundation="/shared/common/Java_ME_platform_SDK_3.0_EA/runtimes/cdc-hi/lib/rt.jar" bootclasspath_foundation11="/shared/tools/tm/JDKs/win32/j9_cdc11/lib/jclFoundation11/classes.zip" -bootclasspath=${bootclasspath_14} +bootclasspath=${bootclasspath_16} command="${java16bin}/java -cp ${basebuilder}/plugins/${launcher} org.eclipse.core.launcher.Main " command="$command -application org.eclipse.ant.core.antRunner "