mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[releng][235600] Fix services.ftp and connectorservice.ssh feature/bundle version inconsistencies
This commit is contained in:
parent
3a8b4d2c51
commit
1a07a87aa5
4 changed files with 5 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
<import plugin="org.eclipse.rse.services.ssh" version="2.1.0" match="equivalent"/>
|
||||
<import plugin="org.eclipse.rse.core" version="3.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.ui" version="3.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.connectorservice.ssh" version="3.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.connectorservice.ssh" version="2.1.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.subsystems.files.core" version="3.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.tm.terminal" version="2.0.0" match="equivalent"/>
|
||||
<import plugin="org.eclipse.tm.terminal.view" version="2.0.0" match="equivalent"/>
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.rse.services.files.ftp;singleton:=true
|
||||
Bundle-Version: 2.1.0.qualifier
|
||||
Bundle-Version: 3.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.rse.internal.services.files.ftp.Activator
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
|
||||
org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)",
|
||||
org.eclipse.ui.console,
|
||||
org.eclipse.rse.services.files.ftp;bundle-version="[2.1.0,3.0.0)",
|
||||
org.eclipse.rse.services.files.ftp;bundle-version="[3.0.0,4.0.0)",
|
||||
org.apache.commons.net;bundle-version="[1.4.1,2.0.0)"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Eclipse-LazyStart: true
|
||||
|
|
|
@ -18,7 +18,8 @@ Require-Bundle: org.junit,
|
|||
org.eclipse.rse.subsystems.processes.core;bundle-version="[3.0.0,4.0.0)",
|
||||
org.eclipse.rse.subsystems.shells.core;bundle-version="[3.0.0,4.0.0)",
|
||||
org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
|
||||
org.eclipse.rse.services.files.ftp;bundle-version="[2.1.0,3.0.0)",
|
||||
org.eclipse.rse.services.files.ftp;bundle-version="[3.0.0,4.0.0)",
|
||||
org.eclipse.rse.services.ssh;bundle-version="[2.1.0,3.0.0)",
|
||||
org.eclipse.rse.subsystems.files.ftp;bundle-version="[2.1.0,3.0.0)",
|
||||
org.eclipse.rse.files.ui,
|
||||
org.eclipse.rse.efs,
|
||||
|
|
Loading…
Add table
Reference in a new issue