mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
use latest platform SDK and releng builder
This commit is contained in:
parent
ce23735209
commit
2917e52f08
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ cd `dirname $0`
|
|||
# Checkout basebuilder to run the build
|
||||
mkdir -p tools
|
||||
cd tools
|
||||
cvs -d /cvsroot/eclipse co -r R36_M4 org.eclipse.releng.basebuilder
|
||||
cvs -d /cvsroot/eclipse co -r R36_RC1 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 ..
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<target name="init">
|
||||
<touch file="${user.home}/.cvspass" />
|
||||
<tstamp/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M7-201004291549/eclipse-SDK-3.6M7-linux-gtk-${osgi.arch}.tar.gz"/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6RC1-201005131500/eclipse-SDK-3.6RC1-linux-gtk-${osgi.arch}.tar.gz"/>
|
||||
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"/>
|
||||
<property name="branchVersion" value="7.0.0"/>
|
||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||
|
|
Loading…
Add table
Reference in a new issue