mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

Version changes are all to refect non-API changes (micro version) Change-Id: I372aa2671a4c7f5c765a42156d3f639b8eaff680 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
14 lines
535 B
Text
14 lines
535 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %bundleName
|
|
Bundle-Copyright: %Bundle-Copyright
|
|
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.arm;singleton:=true
|
|
Bundle-Version: 1.0.100.qualifier
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Bundle-Localization: plugin
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ActivationPolicy: lazy
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",
|
|
org.eclipse.help,
|
|
org.eclipse.cdt.cmake.is.core;bundle-version="1.0.0"
|
|
Automatic-Module-Name: org.eclipse.cdt.cmake.is.arm
|