mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 19:55:45 +02:00

The bundles have all had version bumped to make it easier to differentiate the bundles built since integration into CDT. Note the feature versions have already been aligned with CDT. Change-Id: I68141e31559df3897414a50ee52c3ede49d429df
16 lines
633 B
Text
16 lines
633 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.remote.proxy.protocol.core;singleton:=true
|
|
Bundle-Version: 2.0.100.qualifier
|
|
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-11
|
|
Import-Package: org.eclipse.core.filesystem,
|
|
org.eclipse.core.filesystem.provider,
|
|
org.eclipse.core.runtime,
|
|
org.osgi.framework
|