mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
use Eclipse 3.6 for builds
This commit is contained in:
parent
9150108ed8
commit
412ccc5e06
1 changed files with 4 additions and 4 deletions
|
@ -14,8 +14,8 @@
|
|||
<target name="init">
|
||||
<touch file="${user.home}/.cvspass" />
|
||||
<tstamp/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/eclipse-SDK-3.5-linux-gtk-ppc.tar.gz"/>
|
||||
<property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/galileo/mylyn-3.2.0.I20090520-2300-e3.4.zip"/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M3-200910301201/eclipse-SDK-3.6M3-linux-gtk-ppc.tar.gz"/>
|
||||
<!--property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/galileo/mylyn-3.2.0.I20090520-2300-e3.4.zip"/-->
|
||||
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/R-3.1-200906171400/RSE-SDK-3.1.zip"/>
|
||||
<property name="branchVersion" value="6.1.0"/>
|
||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||
|
@ -133,7 +133,7 @@
|
|||
|
||||
<target name="unzip" depends="init" unless="dontUnzip">
|
||||
<untar src="${eclipseDist}" dest="${buildDirectory}" compression="gzip"/>
|
||||
<unzip src="${mylynDist}" dest="${buildDirectory}/eclipse"/>
|
||||
<!--unzip src="${mylynDist}" dest="${buildDirectory}/eclipse"/-->
|
||||
<unzip src="${rseDist}" dest="${buildDirectory}"/>
|
||||
</target>
|
||||
|
||||
|
@ -235,7 +235,7 @@
|
|||
<target name="test" depends="init" unless="hasErrors">
|
||||
<record name="${testReports}/testsLog.txt" action="start" loglevel="verbose"/>
|
||||
<untar src="${eclipseDist}" dest="${testDirectory}" compression="gzip"/>
|
||||
<unzip src="${mylynDist}" dest="${testDirectory}/eclipse"/>
|
||||
<!--unzip src="${mylynDist}" dest="${testDirectory}/eclipse"/-->
|
||||
<unzip src="${zipsdir}/cdt-master-${branchVersion}-${buildId}.zip"
|
||||
dest="${testDirectory}/eclipse"/>
|
||||
<unzip src="${testDirectory}/eclipse/plugins/${cdtTest}.jar"
|
||||
|
|
Loading…
Add table
Reference in a new issue