Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-12-30 07:30:20 +0000
committerUwe Stieber2011-12-30 07:30:20 +0000
commitf4e0b9b602759dc5a997a971c68a86218182107d (patch)
treea1a63619a5d6e3968454007930c8a648981a0afa
parentc7d51d68a252f2370e81ca7cb3ba61a47c04d0cc (diff)
downloadorg.eclipse.tcf-f4e0b9b602759dc5a997a971c68a86218182107d.tar.gz
org.eclipse.tcf-f4e0b9b602759dc5a997a971c68a86218182107d.tar.xz
org.eclipse.tcf-f4e0b9b602759dc5a997a971c68a86218182107d.zip
Target Explorer: Add missing "group.showIn" marker to context menu
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml1
1 files changed, 1 insertions, 0 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 e543e5ab9..65f3a7c10 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
@@ -18,6 +18,7 @@
<insertionPoint name="group.expand"/>
<insertionPoint name="group.open" separator="true"/>
<insertionPoint name="group.openWith"/>
+ <insertionPoint name="group.showIn"/>
<insertionPoint name="group.connect" separator="true"/>
<insertionPoint name="group.redirect" separator="true"/>
<insertionPoint name="group.symbols" separator="true"/>

Back to the top