1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 23:35:48 +02:00

[178201] Add Telnet Only system type

This commit is contained in:
Martin Oberhuber 2007-05-11 11:28:51 +00:00
parent d147deac13
commit 879fb3d816
2 changed files with 17 additions and 5 deletions

View file

@ -1,13 +1,13 @@
################################################################################ ################################################################################
# Copyright (c) 2006 Wind River Systems, Inc. # Copyright (c) 2006, 2007 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # http://www.eclipse.org/legal/epl-v10.html
# #
# Contributors: # Contributors:
# Martin Oberhuber - initial API and implementation # Martin Oberhuber (Wind River) - initial API and implementation
# Sheldon D'souza - Changes to strings # Sheldon D'souza (Celunite) - Changes to strings
################################################################################ ################################################################################
# NLS_MESSAGEFORMAT_NONE # NLS_MESSAGEFORMAT_NONE
@ -16,5 +16,8 @@
pluginName = RSE Telnet Shells pluginName = RSE Telnet Shells
providerName = Eclipse.org providerName = Eclipse.org
TelnetSystemLabel=Telnet Only
TelnetSystemDescription=Connection for Telnet access to remote systems
TelnetShellSubsystemName=Telnet Shells TelnetShellSubsystemName=Telnet Shells
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

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 2006, 2007 Wind River Systems, Inc. Copyright (c) 2006, 2007 Wind River Systems, Inc. and others.
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0 are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at which accompanies this distribution, and is available at
@ -11,10 +11,19 @@ Martin Oberhuber - initial API and implementation
--> -->
<?eclipse version="3.1"?> <?eclipse version="3.1"?>
<plugin> <plugin>
<extension point="org.eclipse.rse.core.systemTypes">
<systemType
label="%TelnetSystemLabel"
description="%TelnetSystemDescription"
icon="icons/full/obj16/systemcommands_obj.gif"
iconLive="icons/full/obj16/systemcommandslive_obj.gif"
id="org.eclipse.rse.systemtype.telnet"
name="Telnet Only"/>
</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" systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.aix;org.eclipse.rse.systemtype.telnet"
name="%TelnetShellSubsystemName" name="%TelnetShellSubsystemName"
description="%TelnetShellSubsystemDescription" description="%TelnetShellSubsystemDescription"
iconlive="icons/full/obj16/systemcommandslive_obj.gif" iconlive="icons/full/obj16/systemcommandslive_obj.gif"