1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

fix the property used to get the arch.

This commit is contained in:
Doug Schaefer 2010-05-14 17:02:32 +00:00
parent 06e479681f
commit 38fd7023d5

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.6M7-201004291549/eclipse-SDK-3.6M7-linux-gtk-${os.arch}.tar.gz"/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M7-201004291549/eclipse-SDK-3.6M7-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}" />