Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-05-18 14:55:08 +0000
committerMichael Valenta2005-05-18 14:55:08 +0000
commit76e4661be2e629648ea550a8becc9cf9b9d76518 (patch)
tree73ef9254f3d182d6399c13f4945e484b13bdf28e /tests/org.eclipse.team.tests.cvs.core/plugin.xml
parent3783549d6713cb199464f1c05a02f8fbc7c734c0 (diff)
downloadeclipse.platform.team-76e4661be2e629648ea550a8becc9cf9b9d76518.tar.gz
eclipse.platform.team-76e4661be2e629648ea550a8becc9cf9b9d76518.tar.xz
eclipse.platform.team-76e4661be2e629648ea550a8becc9cf9b9d76518.zip
Remove unused extension that is affecting the UI testsperf_20050505R3_0_maintenance
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/plugin.xml')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/plugin.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/plugin.xml b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
index 3d082a077..9382c598e 100644
--- a/tests/org.eclipse.team.tests.cvs.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
@@ -113,14 +113,6 @@
</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>

Back to the top