1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Update to the latest platform releng basebuilder and platform RC1 build

This commit is contained in:
Vivian Kong 2008-05-22 17:55:06 +00:00
parent 92be19e029
commit 71f75a225f
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ umask 0022
mkdir -p tools
cd tools
cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse \
checkout -r M5_34 org.eclipse.releng.basebuilder
checkout -r M7_34 org.eclipse.releng.basebuilder
cd ..
# Let's go!

View file

@ -13,7 +13,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.4M6-200803301350/eclipse-SDK-3.4M6-linux-gtk-ppc.tar.gz"/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.4RC1-200805161333/eclipse-SDK-3.4RC1-linux-gtk-ppc.tar.gz"/>
<property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/mylyn-2.3.2-e3.4.zip"/>
<property name="branchVersion" value="5.0.0"/>
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />