Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-03-30 20:42:57 +0000
committerMichael Valenta2005-03-30 20:42:57 +0000
commite78252d7cf82dfd0cac30f47afeae0647f44ed6e (patch)
treecc99a3c74ee15f2378c7aff78fc4eb172ccf93a1 /tests/org.eclipse.team.tests.cvs.core/plugin.xml
parent1659f4f0a1ebf8ed9fddfec8ee2bf3f08565cbd6 (diff)
downloadeclipse.platform.team-e78252d7cf82dfd0cac30f47afeae0647f44ed6e.tar.gz
eclipse.platform.team-e78252d7cf82dfd0cac30f47afeae0647f44ed6e.tar.xz
eclipse.platform.team-e78252d7cf82dfd0cac30f47afeae0647f44ed6e.zip
Updated tests to allow 3.0 Baseline
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/plugin.xml')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/plugin.xml b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
index fbe7043c4..3d082a077 100644
--- a/tests/org.eclipse.team.tests.cvs.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/plugin.xml
@@ -136,4 +136,11 @@
primary="true">
</toc>
</extension>
+ <extension
+ point="org.eclipse.ui.perspectives">
+ <perspective
+ class="org.eclipse.team.tests.ccvs.ui.PerspectiveFactory"
+ id="org.eclipse.team.tests.cvs.ui.perspective1"
+ name="CVS Test Perspective"/>
+ </extension>
</plugin>

Back to the top