1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Get rid of unnecessary duplicate "Telnet Only" system type already defined in subsystems.shells.telnet

This commit is contained in:
Martin Oberhuber 2007-05-16 12:18:05 +00:00
parent ac33b43623
commit c6af2690fb
6 changed files with 0 additions and 39 deletions

View file

@ -11,7 +11,6 @@
bin.includes = .,\
META-INF/,\
about.html,\
icons/,\
plugin.properties
source.. = src/
output.. = bin/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

View file

@ -15,6 +15,3 @@
pluginName = RSE Telnet Connector Service
providerName = Eclipse.org
TelnetSystemLabel = Telnet Only
TelnetSystemDescription = Connection for Telnet access to remote systems

View file

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright (c) 2006, 2007 Celunite Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Sheldon D'souza (Celunite) - initial API and implementation
-->
<?eclipse version="3.1"?>
<plugin>
<extension point="org.eclipse.rse.core.systemTypes">
<systemType
description="%TelnetSystemDescription"
label="%TelnetSystemLabel"
icon="icons/full/obj16/systemcommands_obj.gif"
iconLive="icons/full/obj16/systemcommandslive_obj.gif"
id="org.eclipse.rse.systemtype.telnet"
name="Telnet Only"/>
</extension>
</plugin>

View file

@ -16,7 +16,6 @@ import java.text.SimpleDateFormat;
import java.util.Date;
import org.eclipse.core.runtime.Platform;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
@ -46,17 +45,6 @@ public class Activator extends AbstractUIPlugin {
plugin = this;
}
/**
* Returns an image descriptor for the image file at the given
* plug-in relative path.
*
* @param path the path
* @return the image descriptor
*/
public static ImageDescriptor getImageDescriptor(String path) {
return AbstractUIPlugin.imageDescriptorFromPlugin(PLUGIN_ID, path);
}
/*
* (non-Javadoc)
* @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)