mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Fix the version of the test plugin since it hasn't changed yet.
This commit is contained in:
parent
e77a039088
commit
dbf585a067
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
<touch file="${user.home}/.cvspass" />
|
||||
<tstamp/>
|
||||
<property name="branchVersion" value="4.0.0"/>
|
||||
<property name="testVersion" value="3.1.0"/>
|
||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||
<property name="forceContextQualifier" value="${timestamp}"/>
|
||||
<property name="buildDirectory" value="${basedir}/results" />
|
||||
|
@ -106,7 +107,7 @@
|
|||
<param name="dest" value="${buildDirectory}"/>
|
||||
</antcall>
|
||||
<unzip src="${zipsdir}/org.eclipse.cdt.testing-${branchVersion}-${buildId}.zip" dest="${buildDirectory}"/>
|
||||
<ant antfile="test.xml" dir="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${forceContextQualifier}">
|
||||
<ant antfile="test.xml" dir="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${testVersion}.${forceContextQualifier}">
|
||||
<property name="eclipse-home" value="${buildDirectory}/eclipse"/>
|
||||
<property name="library-file" value="${buildDirectory}/eclipse/plugins/org.eclipse.test_3.1.0/library.xml"/>
|
||||
<property name="os" value="${baseos}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue