2016-11-17 13:49:13 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.remote.proxy.protocol.core;singleton:=true
|
2018-02-08 16:24:42 -05:00
|
|
|
Bundle-Version: 2.0.0.qualifier
|
2016-11-17 13:49:13 -05:00
|
|
|
Bundle-Activator: org.eclipse.remote.internal.proxy.protocol.core.Activator
|
|
|
|
Bundle-Vendor: %pluginProvider
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Export-Package: org.eclipse.remote.proxy.protocol.core,
|
|
|
|
org.eclipse.remote.proxy.protocol.core.exceptions
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
|
|
Import-Package: org.eclipse.core.filesystem,
|
|
|
|
org.eclipse.core.filesystem.provider,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.osgi.framework
|