2013-07-15 10:36:54 -04:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.remote.core;singleton:=true
|
2015-01-27 16:06:02 -05:00
|
|
|
Bundle-Version: 2.0.0.qualifier
|
2013-10-07 15:15:13 -04:00
|
|
|
Bundle-Activator: org.eclipse.remote.internal.core.RemoteCorePlugin
|
2013-07-15 10:36:54 -04:00
|
|
|
Bundle-Vendor: %pluginProvider
|
2015-05-05 17:24:05 -04:00
|
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.0",
|
2013-07-15 10:36:54 -04:00
|
|
|
org.eclipse.core.filesystem,
|
|
|
|
org.eclipse.core.resources,
|
2015-01-27 16:06:02 -05:00
|
|
|
org.eclipse.core.variables,
|
2015-04-20 12:11:48 -04:00
|
|
|
org.eclipse.debug.core,
|
|
|
|
org.eclipse.cdt.core.native;bundle-version="5.8.0"
|
2013-07-15 10:36:54 -04:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2013-10-07 15:15:13 -04:00
|
|
|
Export-Package: org.eclipse.remote.core,
|
|
|
|
org.eclipse.remote.core.exception,
|
2013-10-10 10:09:44 -04:00
|
|
|
org.eclipse.remote.internal.core;x-friends:="org.eclipse.remote.ui,org.eclipse.remote.jsch.core",
|
2015-01-27 16:06:02 -05:00
|
|
|
org.eclipse.remote.internal.core.preferences;x-friends:="org.eclipse.remote.ui"
|
2013-07-15 10:36:54 -04:00
|
|
|
Bundle-Localization: plugin
|
2014-03-24 09:22:29 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
2013-09-11 11:29:06 -04:00
|
|
|
Import-Package: org.eclipse.equinox.security.storage
|