1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00

Trying JDK 6 to see if it fixes compile errors on build machine.

This commit is contained in:
Doug Schaefer 2010-01-20 03:58:20 +00:00
parent e30d8ba94e
commit 0ca267fd53

View file

@ -16,7 +16,7 @@
export DISPLAY=:1
# 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
cd `dirname $0`