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:
parent
5e887f0c47
commit
5004282191
1 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue