1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-15 20:25:46 +02:00

use latest platform SDK

This commit is contained in:
Vivian Kong 2010-05-31 20:13:03 +00:00
parent 8b68101304
commit cb243cbdf0

View file

@ -14,7 +14,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.6RC1-201005131500/eclipse-SDK-3.6RC1-linux-gtk-${osgi.arch}.tar.gz"/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6RC3-201005271700/eclipse-SDK-3.6RC3-linux-gtk-${osgi.arch}.tar.gz"/>
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"/>
<property name="branchVersion" value="7.0.0"/>
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />