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-8 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %pluginName
3
Bundle-Name: %pluginName
4
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.ssh; singleton:=true
4
Bundle-SymbolicName: org.eclipse.rse.subsystems.files.ssh; singleton:=true
5
Bundle-Version: 2.1.0.qualifier
5
Bundle-Version: 2.1.100.qualifier
6
Bundle-Activator: org.eclipse.rse.internal.subsystems.files.ssh.Activator
6
Bundle-Activator: org.eclipse.rse.internal.subsystems.files.ssh.Activator
7
Bundle-Vendor: %providerName
7
Bundle-Vendor: %providerName
8
Bundle-Localization: plugin
8
Bundle-Localization: plugin
Lines 10-16 Link Here
10
 org.eclipse.core.runtime,
10
 org.eclipse.core.runtime,
11
 org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
11
 org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
12
 org.eclipse.rse.connectorservice.ssh;bundle-version="[2.1.0,3.0.0)",
12
 org.eclipse.rse.connectorservice.ssh;bundle-version="[2.1.0,3.0.0)",
13
 org.eclipse.rse.services.ssh;bundle-version="[2.0.0,3.0.0)",
13
 org.eclipse.rse.services.ssh;bundle-version="[3.0.0,3.1.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.core;bundle-version="[3.0.0,4.0.0)",
15
 org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
16
 org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)"
16
 org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)"
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 7-13 Link Here
7
Require-Bundle: org.eclipse.core.runtime,
7
Require-Bundle: org.eclipse.core.runtime,
8
 org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
8
 org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
9
 org.eclipse.rse.connectorservice.ssh;bundle-version="[2.1.0,3.0.0)",
9
 org.eclipse.rse.connectorservice.ssh;bundle-version="[2.1.0,3.0.0)",
10
 org.eclipse.rse.services.ssh;bundle-version="[2.1.0,2.2.0)",
10
 org.eclipse.rse.services.ssh;bundle-version="[3.0.0,3.1.0)",
11
 org.eclipse.rse.subsystems.terminals.core;bundle-version="[1.0.0,2.0.0)",
11
 org.eclipse.rse.subsystems.terminals.core;bundle-version="[1.0.0,2.0.0)",
12
 org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
12
 org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
13
 org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)"
13
 org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)"
(-)META-INF/MANIFEST.MF (-2 / +2 lines)
Lines 2-13 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %pluginName
3
Bundle-Name: %pluginName
4
Bundle-SymbolicName: org.eclipse.rse.connectorservice.ssh; singleton:=true
4
Bundle-SymbolicName: org.eclipse.rse.connectorservice.ssh; singleton:=true
5
Bundle-Version: 2.1.0.qualifier
5
Bundle-Version: 2.1.100.qualifier
6
Bundle-Activator: org.eclipse.rse.internal.connectorservice.ssh.Activator
6
Bundle-Activator: org.eclipse.rse.internal.connectorservice.ssh.Activator
7
Bundle-Vendor: %providerName
7
Bundle-Vendor: %providerName
8
Bundle-Localization: plugin
8
Bundle-Localization: plugin
9
Require-Bundle: org.eclipse.core.runtime,
9
Require-Bundle: org.eclipse.core.runtime,
10
 org.eclipse.rse.services.ssh;bundle-version="[2.0.0,3.0.0)",
10
 org.eclipse.rse.services.ssh;bundle-version="[3.0.0,3.1.0)",
11
 org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
11
 org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
12
 org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
12
 org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
13
 org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)",
13
 org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)",
(-)about.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 25-29 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 Wind River Systems, Inc. and others 2006, 2008.  All rights reserved.\n\
28
(c) Copyright Wind River Systems, Inc. and others 2006, 2009.  All rights reserved.\n\
29
Visit http://www.eclipse.org/dsdp/tm
29
Visit http://www.eclipse.org/dsdp/tm
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 2-8 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.ssh;singleton:=true
4
Bundle-SymbolicName: org.eclipse.rse.services.ssh;singleton:=true
5
Bundle-Version: 2.1.100.qualifier
5
Bundle-Version: 3.0.0.qualifier
6
Bundle-Activator: org.eclipse.rse.internal.services.ssh.Activator
6
Bundle-Activator: org.eclipse.rse.internal.services.ssh.Activator
7
Bundle-Vendor: %providerName
7
Bundle-Vendor: %providerName
8
Bundle-Localization: plugin
8
Bundle-Localization: plugin
(-)feature.xml (-3 / +3 lines)
Lines 2-8 Link Here
2
<feature
2
<feature
3
      id="org.eclipse.rse.ssh"
3
      id="org.eclipse.rse.ssh"
4
      label="%featureName"
4
      label="%featureName"
5
      version="2.1.100.qualifier"
5
      version="3.0.0.qualifier"
6
      provider-name="%providerName"
6
      provider-name="%providerName"
7
      plugin="org.eclipse.rse.services.ssh">
7
      plugin="org.eclipse.rse.services.ssh">
8
8
Lines 28-38 Link Here
28
      <import plugin="org.eclipse.ui"/>
28
      <import plugin="org.eclipse.ui"/>
29
      <import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
29
      <import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
30
      <import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/>
30
      <import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/>
31
      <import plugin="org.eclipse.rse.services" version="3.0.0" match="compatible"/>
32
      <import plugin="org.eclipse.rse.core" version="3.0.0" match="compatible"/>
31
      <import plugin="org.eclipse.rse.core" version="3.0.0" match="compatible"/>
33
      <import plugin="org.eclipse.rse.ui" version="3.0.0" match="compatible"/>
32
      <import plugin="org.eclipse.rse.services" version="3.1.0" match="compatible"/>
34
      <import plugin="org.eclipse.rse.subsystems.files.core" version="3.0.0" match="compatible"/>
33
      <import plugin="org.eclipse.rse.subsystems.files.core" version="3.0.0" match="compatible"/>
35
      <import plugin="org.eclipse.rse.subsystems.shells.core" version="3.0.0" match="compatible"/>
34
      <import plugin="org.eclipse.rse.subsystems.shells.core" version="3.0.0" match="compatible"/>
35
      <import plugin="org.eclipse.rse.ui" version="3.0.0" match="compatible"/>
36
   </requires>
36
   </requires>
37
37
38
   <plugin
38
   <plugin
(-)feature.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 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) 2006, 2008 Wind River Systems, Inc. and others.\n\
30
Copyright (c) 2006, 2009 Wind River Systems, 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) 2006, 2008 Wind River Systems, Inc. and others.\n\
32
Copyright (c) 2006, 2009 Wind River Systems, 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) 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 21-25 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 Wind River Systems, Inc. and others 2006, 2008.  All rights reserved.\n\
24
(c) Copyright Wind River Systems, Inc. and others 2006, 2009.  All rights reserved.\n\
25
Visit http://www.eclipse.org/dsdp/tm
25
Visit http://www.eclipse.org/dsdp/tm
(-)META-INF/MANIFEST.MF (-2 / +2 lines)
Lines 2-8 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %pluginName
3
Bundle-Name: %pluginName
4
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.ssh; singleton:=true
4
Bundle-SymbolicName: org.eclipse.rse.subsystems.shells.ssh; singleton:=true
5
Bundle-Version: 2.1.0.qualifier
5
Bundle-Version: 2.1.100.qualifier
6
Bundle-Activator: org.eclipse.rse.internal.subsystems.shells.ssh.Activator
6
Bundle-Activator: org.eclipse.rse.internal.subsystems.shells.ssh.Activator
7
Bundle-Vendor: %providerName
7
Bundle-Vendor: %providerName
8
Bundle-Localization: plugin
8
Bundle-Localization: plugin
Lines 10-16 Link Here
10
 org.eclipse.core.runtime,
10
 org.eclipse.core.runtime,
11
 org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
11
 org.eclipse.rse.services;bundle-version="[3.1.0,4.0.0)",
12
 org.eclipse.rse.connectorservice.ssh;bundle-version="[2.1.0,3.0.0)",
12
 org.eclipse.rse.connectorservice.ssh;bundle-version="[2.1.0,3.0.0)",
13
 org.eclipse.rse.services.ssh;bundle-version="[2.0.0,3.0.0)",
13
 org.eclipse.rse.services.ssh;bundle-version="[3.0.0,3.1.0)",
14
 org.eclipse.rse.subsystems.shells.core;bundle-version="[3.0.0,4.0.0)",
14
 org.eclipse.rse.subsystems.shells.core;bundle-version="[3.0.0,4.0.0)",
15
 org.eclipse.rse.subsystems.files.core;bundle-version="[3.0.0,4.0.0)",
15
 org.eclipse.rse.subsystems.files.core;bundle-version="[3.0.0,4.0.0)",
16
 org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
16
 org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",

Return to bug 261478