mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
Trying JDK 6 to see if it fixes compile errors on build machine.
This commit is contained in:
parent
e30d8ba94e
commit
0ca267fd53
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
export DISPLAY=:1
|
export DISPLAY=:1
|
||||||
|
|
||||||
# set up to use the Java 5 JRE
|
# set up to use the Java 5 JRE
|
||||||
export PATH=/opt/public/common/ibm-java2-ppc-50/bin:$PATH
|
export PATH=/opt/public/common/ibm-java2-ppc-60/bin:$PATH
|
||||||
|
|
||||||
# make sure we're in the releng project dir
|
# make sure we're in the releng project dir
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
|
Loading…
Add table
Reference in a new issue