1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

[releng] build against Juno RC2 : use an 1.6 bootclasspath

This commit is contained in:
Martin Oberhuber 2012-05-30 10:04:13 +00:00
parent cdaee6b8da
commit 9d4558ce97

View file

@ -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 "