Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwarz2014-01-10 14:06:38 +0000
committerTobias Schwarz2014-01-10 14:06:38 +0000
commit063126f93b59d28f657e0ee3bc76712380f9131b (patch)
treead35fcb7cf36b08ffafeed3bae7e8224e973414c
parent686d83e4bdd58f9bd9fd9dda6ca6ed192efde91f (diff)
downloadorg.eclipse.tcf-063126f93b59d28f657e0ee3bc76712380f9131b.tar.gz
org.eclipse.tcf-063126f93b59d28f657e0ee3bc76712380f9131b.tar.xz
org.eclipse.tcf-063126f93b59d28f657e0ee3bc76712380f9131b.zip
Target Explorer: cleanup and unify context menu
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.xml4
1 files changed, 4 insertions, 0 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 9d8061796..cf402457d 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
@@ -169,6 +169,10 @@
<!-- System Managegement View context menu contributions -->
<menuContribution locationURI="popup:org.eclipse.tcf.te.ui.views.View#Popup?after=group.launch.rundebug">
+ <separator
+ name="group.launch.rundebug.commands"
+ visible="true">
+ </separator>
<command
commandId="org.eclipse.tcf.te.launch.command.attach"
disabledIcon="platform:/plugin/org.eclipse.tcf.te.launch.ui/icons/dlcl16/attach.gif"

Back to the top