2015-01-27 16:06:02 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: JSch Remote Tests
|
|
|
|
Bundle-SymbolicName: org.eclipse.remote.jsch.tests
|
2022-01-12 09:40:52 -05:00
|
|
|
Bundle-Version: 1.0.100.qualifier
|
2015-01-27 16:06:02 -05:00
|
|
|
Bundle-Activator: org.eclipse.remote.jsch.tests.Activator
|
|
|
|
Bundle-Vendor: Eclipse PTP
|
|
|
|
Require-Bundle: org.eclipse.ui,
|
2015-06-04 08:36:21 +02:00
|
|
|
org.eclipse.core.runtime;bundle-version="3.8.0",
|
2015-01-27 16:06:02 -05:00
|
|
|
org.eclipse.core.filesystem,
|
|
|
|
org.eclipse.remote.core,
|
|
|
|
org.eclipse.remote.jsch.core,
|
|
|
|
org.junit
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2015-01-27 16:06:02 -05:00
|
|
|
Bundle-ActivationPolicy: lazy
|