Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-11-19 06:52:14 +0000
committerUwe Stieber2012-11-19 06:52:14 +0000
commit44696bcf5a0efdd310e6aa1d8b92e8a72aa5e46d (patch)
treeca7020c7c427accce9cf8b94012bbe3c59090a1d /target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml
parent21967ee67c36e582cbe2e8cab6b5a813c21782e0 (diff)
downloadorg.eclipse.tcf-44696bcf5a0efdd310e6aa1d8b92e8a72aa5e46d.tar.gz
org.eclipse.tcf-44696bcf5a0efdd310e6aa1d8b92e8a72aa5e46d.tar.xz
org.eclipse.tcf-44696bcf5a0efdd310e6aa1d8b92e8a72aa5e46d.zip
Target Explorer: Fix System Management view context menu layout
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml
index 8ceab3b1f..df56551a8 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml
@@ -49,10 +49,7 @@
<insertionPoint name="group.connection" separator="true"/>
<insertionPoint name="group.operations" separator="true"/>
<insertionPoint name="group.analysis" separator="true"/>
- <insertionPoint
- name="group.filter"
- separator="true">
- </insertionPoint>
+ <insertionPoint name="group.filter" separator="true"/>
<insertionPoint name="additions" separator="true"/>
<insertionPoint name="group.properties" separator="true"/>
</popupMenu>

Back to the top