Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwarz2012-11-14 11:58:06 +0000
committerTobias Schwarz2012-11-14 11:58:30 +0000
commit3ea497e2da7a41469a8dee455f13278612124d56 (patch)
tree3ff36c805b063754d5b57f753e97dbfe7a775862
parent93260f91115da99006a2005d45433fa041dad8c7 (diff)
downloadorg.eclipse.tcf-3ea497e2da7a41469a8dee455f13278612124d56.tar.gz
org.eclipse.tcf-3ea497e2da7a41469a8dee455f13278612124d56.tar.xz
org.eclipse.tcf-3ea497e2da7a41469a8dee455f13278612124d56.zip
[Target Explorer] remove launch shortcut for hidden attach launch
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties2
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.xml22
2 files changed, 0 insertions, 24 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties
index 8abc4aad5..93e45fddd 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.properties
@@ -27,5 +27,3 @@ LauchTree.name=Launches
LaunchShortcutHandler.Remote.App.run.name=Run Remote Application
LaunchShortcutHandler.Remote.App.debug.name=Debug Remote Application
LaunchShortcut.Remote.App.name=Remote Application
-
-LaunchShortcut.Attach.name=Attach
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.xml
index 4c5364bf3..756d8d8be 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/plugin.xml
@@ -86,28 +86,6 @@
</enablement>
</contextualLaunch>
</shortcut>
- <shortcut
- id="org.eclipse.tcf.te.tcf.launch.ui.launchshortcut.attach.debug"
- label="%LaunchShortcut.Attach.name"
- icon="icons/obj16/attach.gif"
- modes="debug">
- <class class="org.eclipse.tcf.te.launch.ui.handler.LaunchShortcutHandler">
- <parameter name="typeId" value="org.eclipse.tcf.te.tcf.launch.type.attach"/>
- </class>
- <contextualLaunch>
- <enablement>
- <with variable="selection">
- <iterate ifEmpty="false">
- <test
- forcePluginActivation="true"
- property="org.eclipse.tcf.te.launch.core.isValidLaunchConfigType"
- value="org.eclipse.tcf.te.tcf.launch.type.attach"
- args="debug"/>
- </iterate>
- </with>
- </enablement>
- </contextualLaunch>
- </shortcut>
</extension>
<!-- Editor page contributions -->

Back to the top