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

try building and testing against M6

This commit is contained in:
Vivian Kong 2008-05-23 20:54:57 +00:00
parent f5bac6723b
commit f143b3785d

View file

@ -13,7 +13,7 @@
<target name="init"> <target name="init">
<touch file="${user.home}/.cvspass" /> <touch file="${user.home}/.cvspass" />
<tstamp/> <tstamp/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.4M7-200805020100/eclipse-SDK-3.4M7-linux-gtk-ppc.tar.gz"/> <property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.4M6-200803301350/eclipse-SDK-3.4M6-linux-gtk-ppc.tar.gz"/>
<property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/mylyn-2.3.2-e3.4.zip"/> <property name="mylynDist" value="/home/data/httpd/download.eclipse.org/tools/mylyn/update/mylyn-2.3.2-e3.4.zip"/>
<property name="branchVersion" value="5.0.0"/> <property name="branchVersion" value="5.0.0"/>
<property name="timestamp" value="${DSTAMP}${TSTAMP}" /> <property name="timestamp" value="${DSTAMP}${TSTAMP}" />
@ -140,12 +140,12 @@
<unzip src="${zipsdir}/cdt-master-${branchVersion}-${buildId}.zip" <unzip src="${zipsdir}/cdt-master-${branchVersion}-${buildId}.zip"
dest="${buildDirectory}/eclipse"/> dest="${buildDirectory}/eclipse"/>
<unjar src="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}.jar" <unjar src="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}.jar"
dest="${buildDirectory}/eclipse/dropins/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}"/> dest="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}"/>
<unjar src="${buildDirectory}/eclipse/plugins/${eclipseTest}.jar" <unjar src="${buildDirectory}/eclipse/plugins/${eclipseTest}.jar"
dest="${buildDirectory}/eclipse/dropins/eclipse/plugins/${eclipseTest}"/> dest="${buildDirectory}/eclipse/plugins/${eclipseTest}"/>
<ant antfile="test.xml" dir="${buildDirectory}/eclipse/dropins/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${forceContextQualifier}"> <ant antfile="test.xml" dir="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${forceContextQualifier}">
<property name="eclipse-home" value="${buildDirectory}/eclipse"/> <property name="eclipse-home" value="${buildDirectory}/eclipse"/>
<property name="library-file" value="${buildDirectory}/eclipse/dropins/eclipse/plugins/${eclipseTest}/library.xml"/> <property name="library-file" value="${buildDirectory}/eclipse/plugins/${eclipseTest}/library.xml"/>
<property name="os" value="${baseos}"/> <property name="os" value="${baseos}"/>
<property name="ws" value="${basews}"/> <property name="ws" value="${basews}"/>
<property name="arch" value="${basearch}"/> <property name="arch" value="${basearch}"/>