Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-06-01 17:44:08 +0000
committerMichael Valenta2002-06-01 17:44:08 +0000
commit375e8a0d4b4f2f56248cc8beb537467ef39b932c (patch)
treef2d7abf4a858ed069fd84c19101c94dd89361419
parenta41fc643342bb7d3fdcde0aaed1d7197c81db669 (diff)
downloadeclipse.platform.team-375e8a0d4b4f2f56248cc8beb537467ef39b932c.tar.gz
eclipse.platform.team-375e8a0d4b4f2f56248cc8beb537467ef39b932c.tar.xz
eclipse.platform.team-375e8a0d4b4f2f56248cc8beb537467ef39b932c.zip
18614: TM: Duplicate menus on Site
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index 412674ce1..ea4e05005 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -153,18 +153,6 @@
tooltip="Discard this Site"
class="org.eclipse.team.internal.ui.target.DiscardSiteAction"
id="org.eclipse.team.internal.ui.target.DiscardSiteAction">
- </action>
- <action
- label="Get As..."
- tooltip="Get As..."
- class="org.eclipse.team.internal.ui.target.GetAsAction"
- id="org.eclipse.team.internal.ui.target.GetAsAction">
- </action>
- <action
- label="Get As Project"
- tooltip="Get As Project"
- class="org.eclipse.team.internal.ui.target.GetAsProjectAction"
- id="org.eclipse.team.internal.ui.target.GetAsProjectAction">
</action>
</objectContribution>
</extension>

Back to the top