Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-08-21 13:37:01 +0000
committerMichael Valenta2002-08-21 13:37:01 +0000
commitd07af049d53b191e4b58dcdc394f1a15d9cd4f03 (patch)
tree289946a101149b6cce86638dc023056f56c1196e
parent2cf5144f0f090bf42d69a6549ae324e1c767eeab (diff)
downloadeclipse.platform.team-d07af049d53b191e4b58dcdc394f1a15d9cd4f03.tar.gz
eclipse.platform.team-d07af049d53b191e4b58dcdc394f1a15d9cd4f03.tar.xz
eclipse.platform.team-d07af049d53b191e4b58dcdc394f1a15d9cd4f03.zip
Fixed typoR2_0_1_20020820
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/test.xml b/tests/org.eclipse.team.tests.cvs.core/test.xml
index 8fac11a25..28a9301bd 100644
--- a/tests/org.eclipse.team.tests.cvs.core/test.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/test.xml
@@ -37,7 +37,7 @@
<property name="vmargs" value="-Declipse.cvs.properties=${team-home}/repository.properties"/>
<property name="data-dir" value="${location}"/>
<property name="plugin-name" value="org.eclipse.team.tests.cvs.core"/>
- <property name="classname" value="org.eclipse.team.tests.ccvs.core.cvsresources.AllTestsCVSResource"/>
+ <property name="classname" value="org.eclipse.team.tests.ccvs.core.cvsresources.AllTestsCVSResources"/>
</ant>
</target>

Back to the top