Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-06-01 15:24:32 +0000
committerJean Michel-Lemieux2004-06-01 15:24:32 +0000
commite69cab9abc965080ca2a2d2fa3bdac4b842159aa (patch)
treeea6a4dfda59502774ad90b88fdbbb404ce6325fc
parent47f472afecdbfcbb33272b3461e09dc7ede7e437 (diff)
downloadeclipse.platform.team-e69cab9abc965080ca2a2d2fa3bdac4b842159aa.tar.gz
eclipse.platform.team-e69cab9abc965080ca2a2d2fa3bdac4b842159aa.tar.xz
eclipse.platform.team-e69cab9abc965080ca2a2d2fa3bdac4b842159aa.zip
Removed invalid participant in manifest file.
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml
index e6787f1ca..adb2e0715 100644
--- a/tests/org.eclipse.team.tests.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.core/plugin.xml
@@ -104,14 +104,4 @@
id="org.eclipse.team.tests.ui.views.ContentProviderTestView">
</view>
</extension>
-
-<!-- *************** Synchronize Participants **************** -->
-
- <participant
- name="Test Particpant"
- type="static"
- class="org.eclipse.team.tests.ui.synchronize.TestParticipant"
- multipleInstances="false"
- id="org.eclipse.team.tests.ui.test-participant">
- </participant>
</plugin>

Back to the top