mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
[releng] build against Juno RC1
This commit is contained in:
parent
438e382483
commit
b44a892843
2 changed files with 6 additions and 6 deletions
|
@ -28,8 +28,9 @@ cd `dirname $0`
|
|||
mydir=`pwd`
|
||||
echo ${mydir}
|
||||
|
||||
#Use Java5 on build.eclipse.org
|
||||
export PATH=/shared/tools/tm/jdk-1.5/jre/bin:/shared/tools/tm/jdk-1.5/bin:$PATH
|
||||
#Use Java6 on build.eclipse.org since CDT .core needs Java 6
|
||||
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
|
||||
|
|
|
@ -14,10 +14,9 @@
|
|||
#nothing we do should be hidden from the world
|
||||
umask 22
|
||||
|
||||
#Use Java5 on build.eclipse.org
|
||||
#export PATH=/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
|
||||
#Use Java6 on build.eclipse.org since CDT .core needs Java 6
|
||||
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=${HOME}/ws2/IBMJava2-ppc-142/bin:$PATH
|
||||
|
||||
curdir=`pwd`
|
||||
|
|
Loading…
Add table
Reference in a new issue