Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-05-16 17:48:05 +0000
committerjames2002-05-16 17:48:05 +0000
commite6b42e95ef8aec5925f42db0945d9370e7559ce1 (patch)
tree276c739280bece77e0e61985b0357dfcadf582dd /bundles/org.eclipse.team.cvs.ui/plugin.xml
parent5356bd63566d70895c8cc35bab27bb00a8abd1a9 (diff)
downloadeclipse.platform.team-e6b42e95ef8aec5925f42db0945d9370e7559ce1.tar.gz
eclipse.platform.team-e6b42e95ef8aec5925f42db0945d9370e7559ce1.tar.xz
eclipse.platform.team-e6b42e95ef8aec5925f42db0945d9370e7559ce1.zip
Re-order menu items
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index 7d9e5e50c..71caea941 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -179,6 +179,13 @@
id="org.eclipse.team.ccvs.ui.compareWithRemote">
</action>
<action
+ label="%ReplaceWithTagAction.label"
+ tooltip="%ReplaceWithTagAction.tooltip"
+ class="org.eclipse.team.internal.ccvs.ui.actions.ReplaceWithTagAction"
+ menubarPath="replaceWithMenu/replaceWithGroup"
+ id="org.eclipse.team.ccvs.ui.replaceWithTag">
+ </action>
+ <action
label="%ReplaceWithAction.label"
tooltip="%ReplaceWithAction.tooltip"
class="org.eclipse.team.internal.ccvs.ui.actions.ReplaceWithRemoteAction"
@@ -227,13 +234,6 @@
menubarPath="compareWithMenu/compareWithGroup"
id="org.eclipse.team.ccvs.ui.compareWithTag">
</action>
- <action
- label="%ReplaceWithTagAction.label"
- tooltip="%ReplaceWithTagAction.tooltip"
- class="org.eclipse.team.internal.ccvs.ui.actions.ReplaceWithTagAction"
- menubarPath="replaceWithMenu/replaceWithGroup"
- id="org.eclipse.team.ccvs.ui.replaceWithTag">
- </action>
</objectContribution>
<objectContribution
objectClass="org.eclipse.core.resources.IProject"

Back to the top