mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

Includes bundle version bumps for new version of ECJ and target platform update. Co-authored-by: Александър Куртаков <akurtakov@gmail.com>
16 lines
561 B
Text
16 lines
561 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %bundleName
|
|
Bundle-SymbolicName: org.eclipse.remote.serial.core;singleton:=true
|
|
Bundle-Version: 1.2.100.qualifier
|
|
Bundle-Activator: org.eclipse.remote.serial.internal.core.Activator
|
|
Bundle-Vendor: %providerName
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
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
|