mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Update build script to build against platform 3.7M3
This commit is contained in:
parent
197f94773b
commit
defc8a8a4a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,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/R-3.6-201006080911/eclipse-SDK-3.6-linux-gtk.tar.gz"/>
|
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.7M3-201010281441/eclipse-SDK-3.7M3-linux-gtk.tar.gz"/>
|
||||||
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/R-3.2-201006071030/RSE-SDK-3.2.zip"/>
|
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/R-3.2-201006071030/RSE-SDK-3.2.zip"/>
|
||||||
<property name="branchVersion" value="8.0.0"/>
|
<property name="branchVersion" value="8.0.0"/>
|
||||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue