2013-08-21 21:21:40 -04:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.remote.core.tests;singleton:=true
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Vendor: %pluginProvider
|
2015-06-04 08:36:21 +02:00
|
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
|
2013-08-21 21:21:40 -04:00
|
|
|
org.junit,
|
|
|
|
com.jcraft.jsch;bundle-version="0.1.41",
|
|
|
|
org.eclipse.core.filesystem;bundle-version="1.2.0",
|
|
|
|
org.eclipse.remote.core;bundle-version="1.0.0",
|
|
|
|
org.eclipse.remote.ui;bundle-version="1.0.0"
|
2013-10-07 16:18:15 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
2015-01-27 16:06:02 -05:00
|
|
|
Bundle-Activator: org.eclipse.remote.core.tests.internal.Activator
|
|
|
|
Bundle-ActivationPolicy: lazy
|