From b42f9fc12c59b04042435f9c699a29a1380e073d Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Fri, 14 May 2010 14:49:29 +0000 Subject: [PATCH] Put the ppc build support back for the CDT milestone builds. --- releng/org.eclipse.cdt.releng/build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/releng/org.eclipse.cdt.releng/build.sh b/releng/org.eclipse.cdt.releng/build.sh index fed5eeaedf4..4c5e299e6a1 100644 --- a/releng/org.eclipse.cdt.releng/build.sh +++ b/releng/org.eclipse.cdt.releng/build.sh @@ -16,8 +16,8 @@ export DISPLAY=:1 # set up to use the Java 5 JRE -#export PATH=/opt/public/common/ibm-java-ppc-605/bin:/usr/local/bin:$PATH -export PATH=/opt/public/common/ibm-java2-ppc-50/bin/java:/usr/local/bin:$PATH +export PATH=/opt/public/common/ibm-java-ppc-605/bin:/usr/local/bin:$PATH +#export PATH=/opt/public/common/ibm-java2-ppc-50/bin/java:/usr/local/bin:$PATH # make sure we're in the releng project dir cd `dirname $0` @@ -32,4 +32,5 @@ cd .. # Let's go! java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \ - -ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $* + -Djvm1.5=/opt/public/common/ibm-java2-ppc-50/bin/java \ + -ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $*