1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 03:45:35 +02:00

[261478] rev up org.eclipse.rse.services.telnet to version 2.0

This commit is contained in:
Martin Oberhuber 2009-02-01 17:01:24 +00:00
parent 3d5a7fb320
commit faf2682cb5
9 changed files with 15 additions and 15 deletions

View file

@ -423,10 +423,10 @@
<feature url="features/org.eclipse.rse.sdk_3.1.0.qualifier.jar" id="org.eclipse.rse.sdk" version="3.1.0.qualifier">
<category name="TM and RSE 3.1"/>
</feature>
<feature url="features/org.eclipse.rse.ssh_2.1.100.qualifier.jar" id="org.eclipse.rse.ssh" version="2.1.100.qualifier">
<feature url="features/org.eclipse.rse.ssh_3.0.0.qualifier.jar" id="org.eclipse.rse.ssh" version="3.0.0.qualifier">
<category name="TM and RSE 3.1"/>
</feature>
<feature url="features/org.eclipse.rse.telnet_2.1.100.qualifier.jar" id="org.eclipse.rse.telnet" version="2.1.100.qualifier">
<feature url="features/org.eclipse.rse.telnet_2.2.0.qualifier.jar" id="org.eclipse.rse.telnet" version="2.2.0.qualifier">
<category name="TM and RSE 3.1"/>
</feature>
<feature url="features/org.eclipse.rse.examples_3.0.0.qualifier.jar" id="org.eclipse.rse.examples" version="3.0.0.qualifier">

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2008 IBM Corporation and others.
# Copyright (c) 2006, 2009 IBM Corporation 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
@ -27,7 +27,7 @@ a shell subsystem implementation communicating via the telnet protocol.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2008 Celunite, Inc.\n\
Copyright (c) 2000, 2009 Celunite, Inc. and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.rse.telnet"
label="%featureName"
version="2.1.100.qualifier"
version="2.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.rse.services.telnet">

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2008 IBM Corporation and others.
# Copyright (c) 2006, 2009 IBM Corporation 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
@ -29,7 +29,7 @@ a shell subsystem implementation communicating via the telnet protocol.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2008 Celunite, Inc. and others.\n\
Copyright (c) 2000, 2009 Celunite, Inc. and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2008 IBM Corporation and others.
# Copyright (c) 2000, 2009 IBM Corporation 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
@ -21,6 +21,6 @@ blurb=RSE Telnet Service Source\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Celunite, Inc. and others 2000, 2008. All rights reserved.\n\
(c) Copyright Celunite, Inc. and others 2000, 2009. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm

View file

@ -6,7 +6,7 @@ Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.rse.internal.connectorservice.telnet.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.services.telnet;bundle-version="[1.2.0,2.0.0)",
org.eclipse.rse.services.telnet;bundle-version="[2.0.0,2.1.0)",
org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)",

View file

@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services.telnet
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.eclipse.rse.internal.services.telnet.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
org.apache.commons.net;bundle-version="[1.4.1,2.0.0)"
Export-Package: org.eclipse.rse.internal.services.telnet;x-friends:="org.eclipse.rse.connectorservice.telnet,org.eclipse.rse.subsystems.files.telnet,org.eclipse.rse.subsystems.shells.telnet",
Export-Package: org.eclipse.rse.internal.services.telnet;x-friends:="org.eclipse.rse.connectorservice.telnet,org.eclipse.rse.subsystems.shells.telnet",
org.eclipse.rse.internal.services.telnet.terminal;x-friends:="org.eclipse.rse.subsystems.shells.telnet"
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true

View file

@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others.
# Copyright (c) 2006, 2009 Wind River Systems, 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
@ -25,7 +25,7 @@ blurb=RSE Telnet Service\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright Celunite, Inc. and others 2000, 2008. All rights reserved.\n\
(c) Copyright Celunite, Inc. and others 2000, 2009. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm\n\
\n\
This product includes software developed by the\n\

View file

@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
org.eclipse.rse.connectorservice.telnet;bundle-version="[1.1.0,2.0.0)",
org.eclipse.rse.services.telnet;bundle-version="[1.0.0,2.0.0)",
org.eclipse.rse.services.telnet;bundle-version="[2.0.0,2.1.0)",
org.eclipse.rse.subsystems.shells.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.subsystems.files.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.shells.ui;bundle-version="[3.0.0,4.0.0)",