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
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-Version: 2.1.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
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2016-11-17 13:49:13 -05:00
|
|
|
Import-Package: org.eclipse.core.filesystem,
|
|
|
|
org.eclipse.core.filesystem.provider,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.osgi.framework
|