Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-09-16 06:54:47 +0000
committerUwe Stieber2013-09-16 06:54:47 +0000
commit3a574c50536f6334f88ac1e48c4bb2fa0d791b5d (patch)
tree633b697a8532e04c21d84663e7b9d085c980bdd0 /target_explorer
parent34d9474f95cd3e582ea64ada622974a3b70ad891 (diff)
downloadorg.eclipse.tcf-3a574c50536f6334f88ac1e48c4bb2fa0d791b5d.tar.gz
org.eclipse.tcf-3a574c50536f6334f88ac1e48c4bb2fa0d791b5d.tar.xz
org.eclipse.tcf-3a574c50536f6334f88ac1e48c4bb2fa0d791b5d.zip
Target Explorer: Enable TCF target connections getting started action set only in "Target Explorer" perspective.
Diffstat (limited to 'target_explorer')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml
index 07bf3e85b..8f6a75449 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml
@@ -260,7 +260,7 @@
<actionSet
id="org.eclipse.tcf.te.tcf.ui.launch.gettingStartedActionSet"
label="Getting Started Action Set (Target Explorer)"
- visible="true">
+ visible="false">
<action
class="org.eclipse.tcf.te.tcf.ui.actions.ToolbarAction"
helpContextId="org.eclipse.tcf.te.tcf.ui.command_ToolbarAction"
@@ -273,6 +273,15 @@
</actionSet>
</extension>
+<!-- Perspective contributions -->
+ <extension point="org.eclipse.ui.perspectiveExtensions">
+ <perspectiveExtension targetID="org.eclipse.tcf.te.ui.perspective">
+ <actionSet
+ id="org.eclipse.tcf.te.tcf.ui.launch.gettingStartedActionSet">
+ </actionSet>
+ </perspectiveExtension>
+ </extension>
+
<!-- Editor page contributions -->
<extension point="org.eclipse.tcf.te.ui.views.editorPages">
<editorPage

Back to the top