mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
update build scripts
This commit is contained in:
parent
b9b3230ecf
commit
d796d7d758
3 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@ umask 0022
|
|||
mkdir -p tools
|
||||
cd tools
|
||||
cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse \
|
||||
checkout -r R35_RC3 org.eclipse.releng.basebuilder
|
||||
checkout -r R35_RC4 org.eclipse.releng.basebuilder
|
||||
cd ..
|
||||
|
||||
# Let's go!
|
||||
|
|
|
@ -14,10 +14,10 @@
|
|||
<target name="init">
|
||||
<touch file="${user.home}/.cvspass" />
|
||||
<tstamp/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.5RC4-200906051444/eclipse-SDK-3.5RC4-linux-gtk-ppc.tar.gz"/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/eclipse-SDK-3.5-linux-gtk-ppc.tar.gz"/>
|
||||
<property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/galileo/mylyn-3.2.0.I20090520-2300-e3.4.zip"/>
|
||||
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/S-3.1RC3-200906032248/RSE-SDK-3.1RC3.zip"/>
|
||||
<property name="branchVersion" value="6.0.0"/>
|
||||
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/R-3.1-200906171400/RSE-SDK-3.1.zip"/>
|
||||
<property name="branchVersion" value="7.0.0"/>
|
||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||
<property name="forceContextQualifier" value="${timestamp}"/>
|
||||
<property name="buildingOSGi" value="true"/>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
To install CDT:
|
||||
<ol>
|
||||
<li>Download the master zip file and put it somewhere on your machine.</li>
|
||||
<li>Fire up Eclipse (The Platform Run-time 3.5M6 is minimum recommended)</li>
|
||||
<li>Fire up Eclipse (The Platform Run-time 3.5 is minimum recommended)</li>
|
||||
<li>Help->Install New Software...</li>
|
||||
<li>Add... in the master zip as an Archive site</li>
|
||||
<li>Under CDT Main Features select the one you want. C/C++ Development
|
||||
|
|
Loading…
Add table
Reference in a new issue