mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Can't get the latest basebuilder to work...stick with v3.6 for now
This commit is contained in:
parent
c10ca12cd3
commit
8af3ac61e0
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#*******************************************************************************
|
||||
# Copyright (c) 2005, 2010 IBM Corporation and others.
|
||||
# Copyright (c) 2005, 2011 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -25,12 +25,12 @@ cd `dirname $0`
|
|||
# Checkout basebuilder to run the build
|
||||
mkdir -p tools
|
||||
cd tools
|
||||
cvs -d /cvsroot/eclipse co -r R37_M7 org.eclipse.releng.basebuilder
|
||||
cvs -d /cvsroot/eclipse co -r r36x_v20101125 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 \
|
||||
org.eclipse.releng.basebuilder/plugins
|
||||
cd ..
|
||||
|
||||
# Let's go!
|
||||
java -Xms512m -Xmx1024m -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
||||
java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
||||
-Djvm1.5=/opt/public/common/jdk-1.5.0_16/bin/java \
|
||||
-ws gtk -arch x86 -os linux -application org.eclipse.ant.core.antRunner $*
|
||||
|
|
Loading…
Add table
Reference in a new issue