mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
[168291] Require jsch-0.1.31
This commit is contained in:
parent
d4abed7ead
commit
73bd0b6c03
5 changed files with 6 additions and 8 deletions
|
@ -25,14 +25,12 @@
|
|||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="com.jcraft.jsch" version="0.1.28" match="compatible"/>
|
||||
<import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
|
||||
<import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.services" version="2.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.services.ssh" version="2.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.core" version="2.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.ui" version="2.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.connectorservice.ssh" version="2.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.subsystems.files.core" version="2.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.rse.subsystems.shells.core" version="2.0.0" match="compatible"/>
|
||||
</requires>
|
||||
|
|
|
@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
|
|||
org.eclipse.rse.core;bundle-version="[2.0.0,3.0.0)",
|
||||
org.eclipse.rse.ui;bundle-version="[2.0.0,3.0.0)",
|
||||
org.eclipse.ui,
|
||||
com.jcraft.jsch;bundle-version="[0.1.28,1.0.0)",
|
||||
com.jcraft.jsch;bundle-version="[0.1.31,1.0.0)",
|
||||
org.eclipse.jsch.core;bundle-version="[1.0.0,2.0.0)"
|
||||
Eclipse-LazyStart: true
|
||||
Export-Package: org.eclipse.rse.internal.connectorservice.ssh;x-friends:="org.eclipse.rse.subsystems.files.ssh,org.eclipse.rse.subsystems.shells.ssh"
|
||||
|
|
|
@ -8,7 +8,7 @@ Bundle-Vendor: %providerName
|
|||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.rse.services;bundle-version="[2.0.0,3.0.0)",
|
||||
com.jcraft.jsch;bundle-version="[0.1.28,1.0.0)"
|
||||
com.jcraft.jsch;bundle-version="[0.1.31,1.0.0)"
|
||||
Eclipse-LazyStart: true
|
||||
Export-Package: org.eclipse.rse.internal.services.ssh;x-friends:="org.eclipse.rse.connectorservice.ssh,org.eclipse.rse.subsystems.files.ssh,org.eclipse.rse.subsystems.shells.ssh",
|
||||
org.eclipse.rse.internal.services.ssh.files;x-friends:="org.eclipse.rse.connectorservice.ssh,org.eclipse.rse.subsystems.files.ssh,org.eclipse.rse.subsystems.shells.ssh",
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
<requires>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="com.jcraft.jsch" version="0.1.28" match="compatible"/>
|
||||
<import plugin="org.eclipse.tm.terminal" version="1.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
|
||||
<import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -8,7 +8,7 @@ Bundle-Localization: plugin
|
|||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.tm.terminal;bundle-version="[1.0.0,2.0.0)",
|
||||
com.jcraft.jsch;bundle-version="[0.1.28,1.0.0)",
|
||||
com.jcraft.jsch;bundle-version="[0.1.31,1.0.0)",
|
||||
org.eclipse.jsch.core;bundle-version="[1.0.0,2.0.0)"
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Export-Package: org.eclipse.tm.internal.terminal.ssh;x-internal:=true
|
||||
|
|
Loading…
Add table
Reference in a new issue