Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-09-25 09:11:06 +0000
committerUwe Stieber2013-09-25 09:20:35 +0000
commitc475011b8458748eb9bea179426603c6d13aac90 (patch)
tree51f648e8a60b8f87b2c07bfe607b19759a0440ff /target_explorer/plugins/org.eclipse.tcf.te.launch.ui
parentda300dd2f5c3e92a0fbd255a1faed7ca57bd231f (diff)
downloadorg.eclipse.tcf-c475011b8458748eb9bea179426603c6d13aac90.tar.gz
org.eclipse.tcf-c475011b8458748eb9bea179426603c6d13aac90.tar.xz
org.eclipse.tcf-c475011b8458748eb9bea179426603c6d13aac90.zip
Target Explorer: Fix attach to context handling
If selecting two or more contexts in either the process monitor or the system management view tree, attaching to those contexts led to more than one launch.
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.launch.ui')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties5
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.xml9
2 files changed, 1 insertions, 13 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties
index f717c26b7..ecddd56d3 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.properties
@@ -1,5 +1,5 @@
##################################################################################
-# Copyright (c) 2011, 2012 Wind River Systems, Inc. and others. All rights reserved.
+# Copyright (c) 2011, 2013 Wind River Systems, Inc. and others. All rights reserved.
# This program and the accompanying materials are made available under the terms
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html
@@ -17,9 +17,6 @@ ExtensionPoint.tabs.name=Launch Configuration Tabs Extension Point
# ***** Command Contributions *****
-command.showInDebugView.name=Show in Debug View Command
-command.showInDebugView.description=Show the selected context in the Debug View
-
command.attach.name=Attach Context Command
command.attach.description=Attach to the selected Context
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.xml
index 6602c80e6..4124822cc 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/plugin.xml
@@ -545,12 +545,6 @@
<extension point="org.eclipse.ui.commands">
<command
categoryId="org.eclipse.tcf.te.ui.commands.category"
- description="%command.showInDebugView.description"
- id="org.eclipse.tcf.te.launch.command.showInDebugView"
- helpContextId="org.eclipse.tcf.te.launch.command_ShowInDebugView"
- name="%command.showInDebugView.name"/>
- <command
- categoryId="org.eclipse.tcf.te.ui.commands.category"
description="%command.attach.description"
id="org.eclipse.tcf.te.launch.command.attach"
helpContextId="org.eclipse.tcf.te.launch.command_Attach"
@@ -586,9 +580,6 @@
icon="platform:/plugin/org.eclipse.debug.ui/icons/full/etool16/debug_exc.gif"
disabledIcon="platform:/plugin/org.eclipse.debug.ui/icons/full/dtool16/debug_exc.gif"/>
<image
- commandId="org.eclipse.tcf.te.launch.command.showInDebugView"
- icon="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.gif"/>
- <image
commandId="org.eclipse.tcf.te.launch.command.attach"
disabledIcon="icons/dlcl16/attach.gif"
icon="icons/elcl16/attach.gif"/>

Back to the top