Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-10-24 16:26:52 +0000
committerUwe Stieber2012-10-24 16:26:52 +0000
commitee4a0e42ee6c06878755d1b3b4ccccfc8f0d0c7f (patch)
tree8fdc81090c7a221f925caebc665f87084fa9f522 /target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui
parent42e87211637702ad9d62c5e67b4cf0e80f0736f9 (diff)
downloadorg.eclipse.tcf-ee4a0e42ee6c06878755d1b3b4ccccfc8f0d0c7f.tar.gz
org.eclipse.tcf-ee4a0e42ee6c06878755d1b3b4ccccfc8f0d0c7f.tar.xz
org.eclipse.tcf-ee4a0e42ee6c06878755d1b3b4ccccfc8f0d0c7f.zip
Target Explorer: Fix duplicate "Properties" entries in file system and process node context menus
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml
index 0a250ef52..4f59eb912 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml
@@ -221,22 +221,6 @@
</command>
</menuContribution>
- <menuContribution locationURI="popup:org.eclipse.tcf.te.ui.views.View#Popup?after=group.properties">
- <command
- commandId="org.eclipse.ui.file.properties"
- id="properties"
- label="%command.properties.label.1">
- <visibleWhen>
- <with variable="selection">
- <count value="1"/>
- <iterate ifEmpty="false" operator="and">
- <instanceof value="org.eclipse.tcf.te.tcf.processes.core.model.interfaces.IProcessContextNode"/>
- </iterate>
- </with>
- </visibleWhen>
- </command>
- </menuContribution>
-
<menuContribution locationURI="toolbar:org.eclipse.tcf.te.tcf.processes.ui.ProcessExplorerEditorPage?before=additions">
<command
commandId="org.eclipse.tcf.te.tcf.processes.ui.command.refreshViewer"

Back to the top