2013-07-15 10:36:54 -04:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.remote.jsch.core;singleton:=true
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
2013-10-07 15:15:13 -04:00
|
|
|
Bundle-Activator: org.eclipse.remote.internal.jsch.core.Activator
|
2013-07-15 10:36:54 -04:00
|
|
|
Bundle-Vendor: %pluginProvider
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.core.filesystem,
|
|
|
|
org.eclipse.remote.core,
|
|
|
|
org.eclipse.jsch.core,
|
2013-09-11 11:29:06 -04:00
|
|
|
com.jcraft.jsch,
|
|
|
|
org.eclipse.equinox.security
|
2013-07-15 10:36:54 -04:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2013-10-07 15:15:13 -04:00
|
|
|
Export-Package: org.eclipse.remote.internal.jsch.core;x-friends:="org.eclipse.remote.jsch.ui",
|
|
|
|
org.eclipse.remote.internal.jsch.core.messages;x-internal:=true
|
2013-07-15 10:36:54 -04:00
|
|
|
Bundle-Localization: plugin
|
2014-10-02 20:27:22 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|