2016-11-17 13:49:13 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.remote.proxy.server.core;singleton:=true
|
2022-04-13 10:58:02 -04:00
|
|
|
Bundle-Version: 1.0.200.qualifier
|
2021-12-14 13:41:32 -05:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
2016-11-17 13:49:13 -05:00
|
|
|
Import-Package: org.eclipse.core.filesystem,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.core.runtime.adaptor,
|
|
|
|
org.eclipse.equinox.app,
|
|
|
|
org.eclipse.remote.core,
|
|
|
|
org.eclipse.remote.proxy.protocol.core,
|
|
|
|
org.eclipse.remote.proxy.protocol.core.exceptions,
|
|
|
|
org.osgi.framework,
|
|
|
|
org.osgi.framework.launch
|
|
|
|
Bundle-Vendor: %pluginProvider
|
|
|
|
Bundle-Localization: plugin
|
2018-02-08 16:24:42 -05:00
|
|
|
Require-Bundle: org.eclipse.cdt.core.native
|