mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
update build scripts
This commit is contained in:
parent
9b0e894973
commit
c4cf6e5d6e
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ umask 0022
|
|||
mkdir -p tools
|
||||
cd tools
|
||||
cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse \
|
||||
checkout -r R35_M7 org.eclipse.releng.basebuilder
|
||||
checkout -r R35_RC2 org.eclipse.releng.basebuilder
|
||||
cd ..
|
||||
|
||||
# Let's go!
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
<target name="init">
|
||||
<touch file="${user.home}/.cvspass" />
|
||||
<tstamp/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.5RC1-200905151143/eclipse-SDK-3.5RC1-linux-gtk-ppc.tar.gz"/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.5RC3-200905282000/eclipse-SDK-3.5RC3-linux-gtk-ppc.tar.gz"/>
|
||||
<property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/ganymede/mylyn-3.0.0.v20080619-1900-e3.4.zip"/>
|
||||
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/S-3.1M7-200905051815/RSE-SDK-3.1M7.zip"/>
|
||||
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/S-3.1RC2-200905271930/RSE-SDK-3.1RC2.zip"/>
|
||||
<property name="branchVersion" value="6.0.0"/>
|
||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||
<property name="forceContextQualifier" value="${timestamp}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue