mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-25 17:23:56 +02:00

The org.eclipse.remote.* version bumps were all because of BREE change since the last release. The api filters are removed because of the baseline bump Change-Id: Ic7317dafa9872bb737502654a726823a35ec47b3
16 lines
559 B
Text
16 lines
559 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %bundleName
|
|
Bundle-SymbolicName: org.eclipse.remote.serial.core;singleton:=true
|
|
Bundle-Version: 1.1.0.qualifier
|
|
Bundle-Activator: org.eclipse.remote.serial.internal.core.Activator
|
|
Bundle-Vendor: %providerName
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.remote.serial.core
|
|
Bundle-Localization: plugin
|
|
Import-Package: org.eclipse.cdt.serial,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.osgi.util,
|
|
org.eclipse.remote.core,
|
|
org.osgi.framework
|