Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-06-06 20:30:51 +0000
committerjames2002-06-06 20:30:51 +0000
commit7a9ade7af12f8b72cd1f10fbef004458dc2899e8 (patch)
tree8d973d285f47d69e2c182239f5988937ec497fae
parent12ea89d2c69153b55ad2acf8e7c2d903ed233f33 (diff)
downloadeclipse.platform.team-7a9ade7af12f8b72cd1f10fbef004458dc2899e8.tar.gz
eclipse.platform.team-7a9ade7af12f8b72cd1f10fbef004458dc2899e8.tar.xz
eclipse.platform.team-7a9ade7af12f8b72cd1f10fbef004458dc2899e8.zip
18888: CVS Repository View menus
-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 2910e2c7b..37de63a27 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -366,18 +366,21 @@
helpContextId="org.eclipse.team.cvs.ui.tag_configuration_overview"
class="org.eclipse.team.internal.ccvs.ui.actions.ConfigureTagsFromRepoView"/>
</objectContribution>
+
<objectContribution
objectClass="org.eclipse.team.internal.ccvs.core.ICVSRepositoryLocation"
id="org.eclipse.team.ccvs.ui.RemoteRootContributions">
<action
label="%CopyRepositoryNameAction.label"
tooltip="%CopyRepositoryNameAction.tooltip"
+ menubarPath="miscGroup"
class="org.eclipse.team.internal.ccvs.ui.actions.CopyRepositoryNameAction"
id="org.eclipse.team.ccvs.ui.copyNames">
</action>
<action
label="%RemoveRootAction.label"
tooltip="%RemoveRootAction.tooltip"
+ menubarPath="miscGroup"
class="org.eclipse.team.internal.ccvs.ui.actions.RemoveRootAction"
id="org.eclipse.team.ccvs.ui.removeRoot">
</action>
@@ -385,6 +388,7 @@
label="%DefineBranchAction.label"
icon="icons/full/clcl16/newstream_wiz.gif"
tooltip="%DefineBranchAction.tooltip"
+ menubarPath="tagGroup"
class="org.eclipse.team.internal.ccvs.ui.actions.DefineBranchAction"
id="org.eclipse.team.ccvs.ui.defineBranch">
</action>
@@ -392,6 +396,7 @@
id="org.eclipse.team.ccvs.ui.configureTagsOnBranchCategory"
label="%ConfigureTags.label"
tooltip="%ConfigureTags.label"
+ menubarPath="tagGroup"
icon="icons/full/clcl16/newstream_wiz.gif"
helpContextId="org.eclipse.team.cvs.ui.tag_configuration_overview"
class="org.eclipse.team.internal.ccvs.ui.actions.ConfigureTagsFromRepoView"/>

Back to the top