1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Remote: Remove unnecessary launcher delegate enablement

This commit is contained in:
Uwe Stieber 2015-04-27 10:18:16 +02:00
parent 2fc0dbbe55
commit 04de7d8c82

View file

@ -24,17 +24,6 @@
class="org.eclipse.tm.terminal.connector.remote.launcher.RemoteLauncherDelegate"
id="org.eclipse.tm.terminal.connector.telnet.launcher.remote"
label="Remote Terminal">
<enablement>
<with variable="selection">
<count value="1"/>
<iterate operator="and" ifEmpty="false">
<test
forcePluginActivation="true"
property="org.eclipse.tm.terminal.view.core.hasContextPropertiesProvider"
value="true"/>
</iterate>
</with>
</enablement>
</delegate>
</extension>