mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 22:25:25 +02:00
Bug 344518 - Regression: ant EmailTask fails with JRE-1.5
Use 1.6 for basebuilder
This commit is contained in:
parent
18703700b5
commit
1f9644fb4d
2 changed files with 4 additions and 2 deletions
|
@ -30,7 +30,8 @@ echo ${mydir}
|
|||
|
||||
#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.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
|
||||
|
||||
|
||||
|
|
|
@ -16,7 +16,8 @@ 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.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
|
||||
|
||||
curdir=`pwd`
|
||||
|
|
Loading…
Add table
Reference in a new issue