Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2005-04-09 03:29:18 +0000
committerDoug Schaefer2005-04-09 03:29:18 +0000
commit605504d7453ab743d9d7f07d016aca121fff6a68 (patch)
tree5593040c58ca2cb60d2d92bbfd97cf7b86df5fcd /releng/org.eclipse.cdt.releng
parent97ffc743c47ba88c5094721c992aeda91b3e178b (diff)
downloadorg.eclipse.cdt-605504d7453ab743d9d7f07d016aca121fff6a68.tar.gz
org.eclipse.cdt-605504d7453ab743d9d7f07d016aca121fff6a68.tar.xz
org.eclipse.cdt-605504d7453ab743d9d7f07d016aca121fff6a68.zip
Fixed up the version of the test plugin.
Diffstat (limited to 'releng/org.eclipse.cdt.releng')
-rw-r--r--releng/org.eclipse.cdt.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml
index a1f0e5117d5..bf3d642afd3 100644
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ b/releng/org.eclipse.cdt.releng/build.xml
@@ -102,7 +102,7 @@
<property name="ws" value="${basews}"/>
<property name="arch" value="${basearch}"/>
</ant>
- <xslt style="${buildDirectory}/eclipse/plugins/org.eclipse.test/JUNIT.XSL"
+ <xslt style="${buildDirectory}/eclipse/plugins/org.eclipse.test_3.1.0/JUNIT.XSL"
in="${buildDirectory}/eclipse/org.eclipse.cdt.testing.xml"
out="${zipsdir}/junits.html"/>
</target>

Back to the top