1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 15:23:59 +02:00

Discovery: Advertise Telnet for _telnet._tcp serviceType

This commit is contained in:
Martin Oberhuber 2007-05-11 21:59:15 +00:00
parent 5d872e0ffd
commit 1785f3e5fb

View file

@ -13,26 +13,27 @@ Martin Oberhuber - initial API and implementation
<plugin> <plugin>
<extension point="org.eclipse.rse.core.systemTypes"> <extension point="org.eclipse.rse.core.systemTypes">
<systemType <systemType
label="%TelnetSystemLabel"
description="%TelnetSystemDescription" description="%TelnetSystemDescription"
icon="icons/full/obj16/systemcommands_obj.gif" icon="icons/full/obj16/systemcommands_obj.gif"
iconLive="icons/full/obj16/systemcommandslive_obj.gif" iconLive="icons/full/obj16/systemcommandslive_obj.gif"
id="org.eclipse.rse.systemtype.telnet" id="org.eclipse.rse.systemtype.telnet"
label="%TelnetSystemLabel"
name="Telnet Only"/> name="Telnet Only"/>
</extension> </extension>
<extension <extension
point="org.eclipse.rse.ui.subsystemConfigurations"> point="org.eclipse.rse.ui.subsystemConfigurations">
<configuration <configuration
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.telnet"
name="%TelnetShellSubsystemName"
description="%TelnetShellSubsystemDescription"
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
icon="icons/full/obj16/systemcommands_obj.gif"
category="shells" category="shells"
class="org.eclipse.rse.subsystems.shells.telnet.TelnetShellSubSystemConfiguration" class="org.eclipse.rse.subsystems.shells.telnet.TelnetShellSubSystemConfiguration"
vendor="%providerName" description="%TelnetShellSubsystemDescription"
icon="icons/full/obj16/systemcommands_obj.gif"
iconlive="icons/full/obj16/systemcommandslive_obj.gif"
id="telnet.shells"
name="%TelnetShellSubsystemName"
priority="300" priority="300"
id="telnet.shells"> serviceType="_telnet._tcp"
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.telnet"
vendor="%providerName">
</configuration> </configuration>
</extension> </extension>