View | Details | Raw Unified | Return to bug 261478 | Differences between
and this patch

Collapse All | Expand All

(-)META-INF/MANIFEST.MF (-2 / +2 lines)
Lines 2-14 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %pluginName
3
Bundle-Name: %pluginName
4
Bundle-SymbolicName: org.eclipse.rse.services.telnet
4
Bundle-SymbolicName: org.eclipse.rse.services.telnet
5
Bundle-Version: 1.2.0.qualifier
5
Bundle-Version: 2.0.0.qualifier
6
Bundle-Activator: org.eclipse.rse.internal.services.telnet.Activator
6
Bundle-Activator: org.eclipse.rse.internal.services.telnet.Activator
7
Bundle-Localization: plugin
7
Bundle-Localization: plugin
8
Require-Bundle: org.eclipse.core.runtime,
8
Require-Bundle: org.eclipse.core.runtime,
9
 org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
9
 org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
10
 org.apache.commons.net;bundle-version="[1.4.1,2.0.0)"
10
 org.apache.commons.net;bundle-version="[1.4.1,2.0.0)"
11
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",
11
Export-Package: org.eclipse.rse.internal.services.telnet;x-friends:="org.eclipse.rse.connectorservice.telnet,org.eclipse.rse.subsystems.shells.telnet",
12
 org.eclipse.rse.internal.services.telnet.terminal;x-friends:="org.eclipse.rse.subsystems.shells.telnet"
12
 org.eclipse.rse.internal.services.telnet.terminal;x-friends:="org.eclipse.rse.subsystems.shells.telnet"
13
Bundle-ActivationPolicy: lazy
13
Bundle-ActivationPolicy: lazy
14
Eclipse-LazyStart: true
14
Eclipse-LazyStart: true
(-)about.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
################################################################################
1
################################################################################
2
# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others.
2
# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
3
# All rights reserved. This program and the accompanying materials 
3
# All rights reserved. This program and the accompanying materials 
4
# are made available under the terms of the Eclipse Public License v1.0 
4
# are made available under the terms of the Eclipse Public License v1.0 
5
# which accompanies this distribution, and is available at 
5
# which accompanies this distribution, and is available at 
Lines 25-31 Link Here
25
Version: {featureVersion}\n\
25
Version: {featureVersion}\n\
26
Build id: {0}\n\
26
Build id: {0}\n\
27
\n\
27
\n\
28
(c) Copyright Celunite, Inc. and others 2000, 2008.  All rights reserved.\n\
28
(c) Copyright Celunite, Inc. and others 2000, 2009.  All rights reserved.\n\
29
Visit http://www.eclipse.org/dsdp/tm\n\
29
Visit http://www.eclipse.org/dsdp/tm\n\
30
\n\
30
\n\
31
This product includes software developed by the\n\
31
This product includes software developed by the\n\
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 6-12 Link Here
6
Bundle-Activator: org.eclipse.rse.internal.connectorservice.telnet.Activator
6
Bundle-Activator: org.eclipse.rse.internal.connectorservice.telnet.Activator
7
Bundle-Localization: plugin
7
Bundle-Localization: plugin
8
Require-Bundle: org.eclipse.core.runtime,
8
Require-Bundle: org.eclipse.core.runtime,
9
 org.eclipse.rse.services.telnet;bundle-version="[1.2.0,2.0.0)",
9
 org.eclipse.rse.services.telnet;bundle-version="[2.0.0,2.1.0)",
10
 org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
10
 org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
11
 org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
11
 org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
12
 org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)",
12
 org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)",
(-)feature.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
<feature
2
<feature
3
      id="org.eclipse.rse.telnet"
3
      id="org.eclipse.rse.telnet"
4
      label="%featureName"
4
      label="%featureName"
5
      version="2.1.100.qualifier"
5
      version="2.2.0.qualifier"
6
      provider-name="%providerName"
6
      provider-name="%providerName"
7
      plugin="org.eclipse.rse.services.telnet">
7
      plugin="org.eclipse.rse.services.telnet">
8
8
(-)feature.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2006, 2008 IBM Corporation and others.
2
# Copyright (c) 2006, 2009 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 27-33 Link Here
27
27
28
# "copyright" property - text of the "Feature Update Copyright"
28
# "copyright" property - text of the "Feature Update Copyright"
29
copyright=\
29
copyright=\
30
Copyright (c) 2000, 2008 Celunite, Inc.\n\
30
Copyright (c) 2000, 2009 Celunite, Inc. and others.\n\
31
All rights reserved. This program and the accompanying materials\n\
31
All rights reserved. This program and the accompanying materials\n\
32
are made available under the terms of the Eclipse Public License v1.0\n\
32
are made available under the terms of the Eclipse Public License v1.0\n\
33
which accompanies this distribution, and is available at\n\
33
which accompanies this distribution, and is available at\n\
(-)sourceTemplateFeature/feature.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2006, 2008 IBM Corporation and others.
2
# Copyright (c) 2006, 2009 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 29-35 Link Here
29
29
30
# "copyright" property - text of the "Feature Update Copyright"
30
# "copyright" property - text of the "Feature Update Copyright"
31
copyright=\
31
copyright=\
32
Copyright (c) 2000, 2008 Celunite, Inc. and others.\n\
32
Copyright (c) 2000, 2009 Celunite, Inc. and others.\n\
33
All rights reserved. This program and the accompanying materials\n\
33
All rights reserved. This program and the accompanying materials\n\
34
are made available under the terms of the Eclipse Public License v1.0\n\
34
are made available under the terms of the Eclipse Public License v1.0\n\
35
which accompanies this distribution, and is available at\n\
35
which accompanies this distribution, and is available at\n\
(-)sourceTemplatePlugin/about.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2000, 2008 IBM Corporation and others.
2
# Copyright (c) 2000, 2009 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 21-26 Link Here
21
Version: {featureVersion}\n\
21
Version: {featureVersion}\n\
22
Build id: {0}\n\
22
Build id: {0}\n\
23
\n\
23
\n\
24
(c) Copyright Celunite, Inc. and others 2000, 2008.  All rights reserved.\n\
24
(c) Copyright Celunite, Inc. and others 2000, 2009.  All rights reserved.\n\
25
Visit http://www.eclipse.org/dsdp/tm
25
Visit http://www.eclipse.org/dsdp/tm
26
26
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 9-15 Link Here
9
 org.eclipse.core.runtime,
9
 org.eclipse.core.runtime,
10
 org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
10
 org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
11
 org.eclipse.rse.connectorservice.telnet;bundle-version="[1.1.0,2.0.0)",
11
 org.eclipse.rse.connectorservice.telnet;bundle-version="[1.1.0,2.0.0)",
12
 org.eclipse.rse.services.telnet;bundle-version="[1.0.0,2.0.0)",
12
 org.eclipse.rse.services.telnet;bundle-version="[2.0.0,2.1.0)",
13
 org.eclipse.rse.subsystems.shells.core;bundle-version="[3.0.0,4.0.0)",
13
 org.eclipse.rse.subsystems.shells.core;bundle-version="[3.0.0,4.0.0)",
14
 org.eclipse.rse.subsystems.files.core;bundle-version="[3.0.0,4.0.0)",
14
 org.eclipse.rse.subsystems.files.core;bundle-version="[3.0.0,4.0.0)",
15
 org.eclipse.rse.shells.ui;bundle-version="[3.0.0,4.0.0)",
15
 org.eclipse.rse.shells.ui;bundle-version="[3.0.0,4.0.0)",

Return to bug 261478