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

Fix the version number for the test plugin. Not sure why it was different than the branch version.

This commit is contained in:
Doug Schaefer 2006-10-26 19:54:58 +00:00
parent 6e5a90b075
commit cd2354d539

View file

@ -12,7 +12,6 @@
<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" />
@ -107,7 +106,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_${testVersion}.${forceContextQualifier}">
<ant antfile="test.xml" dir="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${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}"/>