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:
parent
92be19e029
commit
71f75a225f
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ umask 0022
|
||||||
mkdir -p tools
|
mkdir -p tools
|
||||||
cd tools
|
cd tools
|
||||||
cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse \
|
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 ..
|
cd ..
|
||||||
|
|
||||||
# Let's go!
|
# Let's go!
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<touch file="${user.home}/.cvspass" />
|
<touch file="${user.home}/.cvspass" />
|
||||||
<tstamp/>
|
<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="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="branchVersion" value="5.0.0"/>
|
||||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue