Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-04-21 13:39:10 +0000
committerMichael Valenta2005-04-21 13:39:10 +0000
commitf0b7b5ad1a2c09c73157688464a0221db3c21b98 (patch)
treef1231b233029930d06192085c4d1248f9787788e /tests/org.eclipse.team.tests.cvs.core/plugin.xml
parenta841deabafff2b62448d509d6a3568b3796ce46e (diff)
downloadeclipse.platform.team-f0b7b5ad1a2c09c73157688464a0221db3c21b98.tar.gz
eclipse.platform.team-f0b7b5ad1a2c09c73157688464a0221db3c21b98.tar.xz
eclipse.platform.team-f0b7b5ad1a2c09c73157688464a0221db3c21b98.zip
Removed unused perspective that was breaking Tod's tests
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 b4ff8423f..45824d385 100644
--- a/tests/org.eclipse.team.tests.cvs.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
@@ -114,14 +114,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