mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
use latest releng basebuilder again
This commit is contained in:
parent
88c24240fe
commit
e05cd2d70d
1 changed files with 2 additions and 2 deletions
|
@ -25,12 +25,12 @@ cd `dirname $0`
|
||||||
# Checkout basebuilder to run the build
|
# Checkout basebuilder to run the build
|
||||||
mkdir -p tools
|
mkdir -p tools
|
||||||
cd tools
|
cd tools
|
||||||
cvs -d /cvsroot/eclipse co -r r36x_v20101125 org.eclipse.releng.basebuilder
|
cvs -d /cvsroot/eclipse co -r R37_M7 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_*.jar \
|
cp /home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-site/plugins/org.eclipse.team.svn.pde.build_*.jar \
|
||||||
org.eclipse.releng.basebuilder/plugins
|
org.eclipse.releng.basebuilder/plugins
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Let's go!
|
# Let's go!
|
||||||
java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
java -Xms512m -Xmx1024m -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
||||||
-Djvm1.5=/opt/public/common/jdk-1.5.0_16/bin/java \
|
-Djvm1.5=/opt/public/common/jdk-1.5.0_16/bin/java \
|
||||||
-ws gtk -arch x86 -os linux -application org.eclipse.ant.core.antRunner $*
|
-ws gtk -arch x86 -os linux -application org.eclipse.ant.core.antRunner $*
|
||||||
|
|
Loading…
Add table
Reference in a new issue