blob: 494f000a89339f2ac627d5312f0b78c4e86d1e81 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<plugin
id="org.eclipse.team.tests.cvs.core"
name="Eclipse CVS Tests Core"
version="2.1.0"
provider-name="Eclipse.org">
<runtime>
<library name="cvstests.jar">
<export name="*"/>
<packages prefixes="org.eclipse.team.tests.ccvs.core, org.eclipse.team.tests.ccvs.ui"/>
</library>
</runtime>
<requires>
<import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.core.tests.harness"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.team.core"/>
<import plugin="org.eclipse.team.cvs.core"/>
<import plugin="org.eclipse.team.ui"/>
<import plugin="org.eclipse.team.cvs.ui"/>
<import plugin="org.eclipse.compare"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.update.core"/>
<import plugin="org.junit"/>
<import plugin="org.eclipse.team.tests.core"/>
</requires>
<!-- *************** Connection Methods **************** -->
<extension id="pserver" point="org.eclipse.team.cvs.core.connectionmethods">
<adapter>
<run class="org.eclipse.team.tests.ccvs.core.TestConnectionMethod">
<parameter name="trace" value="false" />
</run>
</adapter>
</extension>
<!-- **************** TESTS ******************* -->
<extension
point="org.eclipse.core.tests.harness.tests">
<test
id="cvs.all">
<run
class="org.eclipse.team.tests.ccvs.core.AllTests">
</run>
</test>
<test
id="cvs.provider">
<run
class="org.eclipse.team.tests.ccvs.core.provider.AllTestsProvider">
</run>
</test>
<test
id="cvs.compatibility">
<run
class="org.eclipse.team.tests.ccvs.core.compatible.AllTestsCompatibility">
</run>
</test>
<test
id="cvs.resources">
<run
class="org.eclipse.team.tests.ccvs.core.cvsresources.AllTestsCVSResources">
</run>
</test>
<test
id="cvs.sync">
<run
class="org.eclipse.team.tests.ccvs.core.provider.SyncElementTest">
</run>
</test>
<test
id="cvs.remote">
<run
class="org.eclipse.team.tests.ccvs.core.provider.RemoteResourceTest">
</run>
</test>
<test
id="cvsui.benchmark.all">
<run
class="org.eclipse.team.tests.ccvs.ui.benchmark.AllTests">
</run>
</test>
<test
id="cvsui.benchmark.sync">
<run
class="org.eclipse.team.tests.ccvs.ui.benchmark.SyncTests">
</run>
</test>
<test
id="cvsui.benchmark.workflow">
<run
class="org.eclipse.team.tests.ccvs.ui.benchmark.WorkflowTests">
</run>
</test>
<test
id="cvsui.benchmark.command">
<run
class="org.eclipse.team.tests.ccvs.ui.benchmark.CommandTests">
</run>
</test>
</extension>
<extension
point="org.eclipse.ui.perspectives">
<perspective
name="Empty Perspective"
class="org.eclipse.team.tests.ccvs.ui.EmptyPerspective"
id="org.eclipse.team.tests.ccvs.ui.EmptyPerspective">
</perspective>
</extension>
<extension
id="harness"
point="org.eclipse.core.runtime.applications">
<application>
<run
class="org.eclipse.team.tests.ccvs.ui.EclipseUITestHarnessApplication">
</run>
</application>
</extension>
</plugin>