1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 03:45:35 +02:00

[releng] build against Juno RC1

This commit is contained in:
Martin Oberhuber 2012-05-25 06:07:46 +00:00
parent 438e382483
commit b44a892843
2 changed files with 6 additions and 6 deletions

View file

@ -28,8 +28,9 @@ cd `dirname $0`
mydir=`pwd` mydir=`pwd`
echo ${mydir} echo ${mydir}
#Use Java5 on build.eclipse.org #Use Java6 on build.eclipse.org since CDT .core needs Java 6
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH export PATH=/shared/tools/tm/jdk-1.6/jre/bin:/shared/tools/tm/jdk-1.6/bin:$PATH
#export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
#Get parameters #Get parameters

View file

@ -14,10 +14,9 @@
#nothing we do should be hidden from the world #nothing we do should be hidden from the world
umask 22 umask 22
#Use Java5 on build.eclipse.org #Use Java6 on build.eclipse.org since CDT .core needs Java 6
#export PATH=/shared/tools/tm/jdk-1.5/bin:$PATH export PATH=/shared/tools/tm/jdk-1.6/jre/bin:/shared/tools/tm/jdk-1.6/bin:$PATH
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH #export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
#export PATH=/shared/tools/tm/jdk-1.6/jre/bin:/shared/tools/tm/jdk-1.6/bin:$PATH
#export PATH=${HOME}/ws2/IBMJava2-ppc-142/bin:$PATH #export PATH=${HOME}/ws2/IBMJava2-ppc-142/bin:$PATH
curdir=`pwd` curdir=`pwd`