Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml
index 831f95eeb..98f3c59ad 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml
@@ -3,7 +3,6 @@
<plugin>
<!-- Extension points -->
- <extension-point id="connectorTypes" name="%ExtensionPoint.connectorTypes.name" schema="schema/connectorTypes.exsd"/>
<extension-point id="launcherDelegates" name="%ExtensionPoint.launcherDelegates.name" schema="schema/launcherDelegates.exsd"/>
<!-- View contributions -->
@@ -103,13 +102,14 @@
</propertyTester>
</extension>
-<!-- Terminal connector type contributions -->
- <extension point="org.eclipse.tcf.te.ui.terminals.connectorTypes">
- <connectorType
- class="org.eclipse.tcf.te.ui.terminals.types.StreamsConnectorType"
- id="org.eclipse.tcf.te.ui.terminals.type.streams"
- label="%StreamsConnectorType.label">
- </connectorType>
+<!-- Terminals launcher delegate contributions -->
+ <extension point="org.eclipse.tcf.te.ui.terminals.launcherDelegates">
+ <delegate
+ class="org.eclipse.tcf.te.ui.terminals.streams.StreamsLauncherDelegate"
+ hidden="true"
+ id="org.eclipse.tcf.te.ui.terminals.telnet.launcher.streams"
+ label="%StreamsLauncherDelegate.label">
+ </delegate>
</extension>
<!-- Menu contributions -->

Back to the top