diff options
author | Michael Valenta | 2005-05-09 19:27:04 +0000 |
---|---|---|
committer | Michael Valenta | 2005-05-09 19:27:04 +0000 |
commit | 8a963c5eca8957e4b6361f642306f9d0f45c3060 (patch) | |
tree | 543b928801a644b256b3a408a1a5eaa5cb535767 /tests | |
parent | 5677a758dcb43d3286ffe2426d790efd8af98b2c (diff) | |
download | eclipse.platform.team-8a963c5eca8957e4b6361f642306f9d0f45c3060.tar.gz eclipse.platform.team-8a963c5eca8957e4b6361f642306f9d0f45c3060.tar.xz eclipse.platform.team-8a963c5eca8957e4b6361f642306f9d0f45c3060.zip |
Fixed PDE errors
Diffstat (limited to 'tests')
-rw-r--r-- | tests/org.eclipse.team.tests.core/plugin.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml index ece1f52bd..b5183ebae 100644 --- a/tests/org.eclipse.team.tests.core/plugin.xml +++ b/tests/org.eclipse.team.tests.core/plugin.xml @@ -32,34 +32,6 @@ <import plugin="org.eclipse.core.tests.resources"/> </requires> - - <extension - point="org.eclipse.core.tests.harness.tests"> - <test - id="team.all"> - <run - class="org.eclipse.team.tests.core.RepositoryProviderTests"> - </run> - </test> - </extension> - <extension - point="org.eclipse.core.tests.harness.tests"> - <test - id="target.all"> - <run - class="org.eclipse.team.tests.core.TargetProviderTests"> - </run> - </test> - </extension> - <extension - point="org.eclipse.core.tests.harness.tests"> - <test - id="team.ftp"> - <run - class="org.eclipse.team.tests.ftp.ClientTest"> - </run> - </test> - </extension> <!-- *************** Repository Providers **************** --> <extension point="org.eclipse.team.core.repository"> |