1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

Upgrade basebuilder and add /usr/local/bin to path form the nightly build cron job.

This commit is contained in:
Doug Schaefer 2010-01-22 15:45:11 +00:00
parent 1603b0f434
commit a4ae820b34

View file

@ -16,7 +16,7 @@
export DISPLAY=:1
# set up to use the Java 5 JRE
export PATH=/opt/public/common/ibm-java-jdk-ppc-60/bin:$PATH
export PATH=/opt/public/common/ibm-java-jdk-ppc-60/bin:/usr/local/bin:$PATH
# make sure we're in the releng project dir
cd `dirname $0`
@ -24,7 +24,7 @@ cd `dirname $0`
# Checkout basebuilder to run the build
mkdir -p tools
cd tools
cvs -d /cvsroot/eclipse co -r R3_5_1 org.eclipse.releng.basebuilder
cvs -d /cvsroot/eclipse co -r R36_M3 org.eclipse.releng.basebuilder
cp /home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500.jar \
org.eclipse.releng.basebuilder/plugins
cd ..