Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorDoug Schaefer2005-04-09 02:47:45 +0000
committerDoug Schaefer2005-04-09 02:47:45 +0000
commit45af3a9fd29c7912017416d1591cd962460ba19e (patch)
tree4334f66ed736498a8bb80bed55495d756c4adaf1 /releng
parent0c841c267cba760ef390014fb8cb5bf38dbef986 (diff)
downloadorg.eclipse.cdt-45af3a9fd29c7912017416d1591cd962460ba19e.tar.gz
org.eclipse.cdt-45af3a9fd29c7912017416d1591cd962460ba19e.tar.xz
org.eclipse.cdt-45af3a9fd29c7912017416d1591cd962460ba19e.zip
Fixed up the version of the test plugin.
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.releng/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml
index b2d960335f0..06b75503f9c 100644
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ b/releng/org.eclipse.cdt.releng/build.xml
@@ -97,6 +97,7 @@
<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}">
<property name="eclipse-home" value="${buildDirectory}/eclipse"/>
+ <property name="library-file" value="${buildDirectory}/eclipse/plugins/org.eclipse.test_3.1.0"/>
<property name="os" value="${baseos}"/>
<property name="ws" value="${basews}"/>
<property name="arch" value="${basearch}"/>

Back to the top