Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: fbd80e15700df07b1a6ccece693a52f342f8940c (plain) (tree)






















                                                                                          
                          
                                                       

                                                                                                            





                            
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>

<!-- Terminal connector type contributions -->
   <extension point="org.eclipse.tcf.te.ui.terminals.connectorTypes">
      <connectorType
            class="org.eclipse.tcf.te.ui.terminals.telnet.types.TelnetConnectorType"
            id="org.eclipse.tcf.te.ui.terminals.type.telnet"
            label="%TelnetConnectorType.label">
      </connectorType>
   </extension>
   
<!-- Terminals launcher delegate contributions -->
   <extension point="org.eclipse.tcf.te.ui.terminals.launcherDelegates">
      <delegate
            class="org.eclipse.tcf.te.ui.terminals.telnet.launcher.TelnetLauncherDelegate"
            id="org.eclipse.tcf.te.ui.terminals.telnet.launcher.telnet"
            label="%TelnetLauncherDelegate.label">
            <enablement>
               <with variable="selection">
                  <count value="1"/>
                  <iterate operator="and" ifEmpty="false">
                     <test
                           forcePluginActivation="true"
                           property="org.eclipse.tcf.te.runtime.services.hasService"
                           value="org.eclipse.tcf.te.runtime.services.interfaces.IPropertiesAccessService"/>
                  </iterate>
               </with>
            </enablement>
      </delegate>
   </extension>
</plugin>

Back to the top