1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 12:55:40 +02:00

Label Telnet Only as Experimental

This commit is contained in:
Martin Oberhuber 2007-05-18 11:39:06 +00:00
parent b9c23e6eac
commit 1519fe42b6
2 changed files with 2 additions and 2 deletions

View file

@ -19,5 +19,5 @@ providerName=Eclipse.org
TelnetSystemLabel=Telnet Only (Experimental) TelnetSystemLabel=Telnet Only (Experimental)
TelnetSystemDescription=Connection for Telnet access to remote systems TelnetSystemDescription=Connection for Telnet access to remote systems
TelnetShellSubsystemName=Telnet Shells TelnetShellSubsystemName=Telnet Shells (Experimental)
TelnetShellSubsystemDescription=Work with shells and commands on remote systems using the Telnet protocol. TelnetShellSubsystemDescription=Work with shells and commands on remote systems using the Telnet protocol.

View file

@ -33,7 +33,7 @@ Martin Oberhuber (Wind River) - [186523] Move subsystemConfigurations from UI to
name="%TelnetShellSubsystemName" name="%TelnetShellSubsystemName"
priority="300" priority="300"
serviceType="_telnet._tcp" serviceType="_telnet._tcp"
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.telnet" systemTypeIds="org.eclipse.rse.systemtype.telnet"
vendor="%providerName"> vendor="%providerName">
</configuration> </configuration>
</extension> </extension>