Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-12-09 15:37:26 +0000
committerJean Michel-Lemieux2004-12-09 15:37:26 +0000
commit0c0f86535615f26ec637fac4b0915cecb64a325f (patch)
treebbc7507603edc7bcf93c6243d802b1aa6da54e66 /bundles/org.eclipse.team.cvs.ui/plugin.xml
parent4ebb13a1ee34002c5c515ec7a1aa48cfcbb0d782 (diff)
downloadeclipse.platform.team-0c0f86535615f26ec637fac4b0915cecb64a325f.tar.gz
eclipse.platform.team-0c0f86535615f26ec637fac4b0915cecb64a325f.tar.xz
eclipse.platform.team-0c0f86535615f26ec637fac4b0915cecb64a325f.zip
Bug 80035 Add perspective key binding support to Team and CVS perspectives
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index 898dd1266..aac414c42 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -945,6 +945,11 @@
command="org.eclipse.team.ccvs.ui.AnnotateView"
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
</keyBinding>
+ <command
+ description="%CVSRepositoryExploring.openPerspectiveDescription"
+ categoryId="org.eclipse.ui.category.perspectives"
+ name="%CVSRepositoryExploring"
+ id="org.eclipse.team.cvs.ui.cvsPerspective"/>
</extension>
<!-- ********** Color and Font Definitions ************** -->

Back to the top