1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Adding cdt remote launch feature to CDT build.

This commit is contained in:
Doug Schaefer 2009-04-22 20:46:35 +00:00
parent 5e887f0c47
commit 5004282191

View file

@ -16,6 +16,7 @@
<tstamp/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.5M6-200903130100/eclipse-SDK-3.5M6-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.1M6-200903192015/RSE-SDK-3.1M6.zip"/>
<property name="branchVersion" value="6.0.0"/>
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
<property name="forceContextQualifier" value="${timestamp}"/>
@ -133,6 +134,7 @@
<target name="unzip" depends="init" unless="dontUnzip">
<untar src="${eclipseDist}" dest="${buildDirectory}" compression="gzip"/>
<unzip src="${mylynDist}" dest="${buildDirectory}/eclipse"/>
<unzip src="${rseDist}" dest="${buildDirectory}"/>
</target>
<target name="zips" depends="init,unzip">