Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/test.xml')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/test.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/test.xml b/tests/org.eclipse.team.tests.cvs.core/test.xml
index 350d856c6..2ead6abc5 100644
--- a/tests/org.eclipse.team.tests.cvs.core/test.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/test.xml
@@ -45,20 +45,20 @@
<delete dir="${location}" quiet="true"/>
<!-- Session Test ** CVS Provider ** -->
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+ <!--ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
<property name="vmargs" value="-Declipse.cvs.properties=${team-home}/repository.properties -Declipse.cvs.recordProtocolTraffic=true"/>
<property name="data-dir" value="${location}"/>
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname" value="org.eclipse.team.tests.ccvs.core.AllCoreTests"/>
- </ant>
+ </ant-->
<!-- Session Test ** CVS Provider ** -->
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+ <!--ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
<property name="vmargs" value="-Declipse.cvs.properties=${team-home}/repository.properties -Declipse.cvs.recordProtocolTraffic=true"/>
<property name="data-dir" value="${location}"/>
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname" value="org.eclipse.team.tests.ccvs.core.AllTests"/>
- </ant>
+ </ant-->
</target>

Back to the top