Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2011-02-09 14:03:21 +0000
committerMathias Kinzler2011-02-09 14:03:21 +0000
commitce4ee023f50f6cea86571bb2dff31840dbf6ecd4 (patch)
tree074762fa1e92dced032a84f94c19a4a1ff7f0484
parent47f3a978c9107b7b7336be2fec8e2b1ef12257cf (diff)
downloadegit-ce4ee023f50f6cea86571bb2dff31840dbf6ecd4.tar.gz
egit-ce4ee023f50f6cea86571bb2dff31840dbf6ecd4.tar.xz
egit-ce4ee023f50f6cea86571bb2dff31840dbf6ecd4.zip
Enable Team menu in editors
This removes the "visibleWhen" restriction of EGit's overwritten Team context menu. This is in line with the definition of the "original" Team context menu in org.eclipse.team.ui. Bug: 336308 Change-Id: I00d3cdd299fb8256e0bc6235766a8b4ce8943e1e Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
-rw-r--r--org.eclipse.egit.ui/plugin.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index 1b9c375d4c..3ea9b4c3f8 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -2807,21 +2807,6 @@
name="projectGroup"
visible="true">
</separator>
- <visibleWhen
- checkEnabled="false">
- <with
- variable="activeMenuSelection">
- <count
- value="+">
- </count>
- <iterate
- ifEmpty="false"
- operator="and">
- <adapt type="org.eclipse.core.resources.IResource">
- </adapt>
- </iterate>
- </with>
- </visibleWhen>
</menu>
</menuContribution>
</extension>

Back to the top