Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f325477285d7cf1714608f6e7f4b8596eb07e6fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jsch.core;singleton:=true
Bundle-Version: 1.1.400.qualifier
Bundle-Activator: org.eclipse.jsch.internal.core.JSchCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
 com.jcraft.jsch;bundle-version="[0.1.28,1.0.0)",
 org.eclipse.core.net;bundle-version="[1.0.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.jsch.core,
 org.eclipse.jsch.internal.core;x-friends:="org.eclipse.jsch.ui"
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top