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

Includes bundle version bumps for new version of ECJ and target platform update. Co-authored-by: Александър Куртаков <akurtakov@gmail.com>
14 lines
536 B
Text
14 lines
536 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %bundleName
|
|
Bundle-Copyright: %Bundle-Copyright
|
|
Bundle-SymbolicName: org.eclipse.cdt.jsoncdb.intel;singleton:=true
|
|
Bundle-Version: 1.1.100.qualifier
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Bundle-Localization: plugin
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.1",
|
|
org.eclipse.help,
|
|
org.eclipse.cdt.jsoncdb.core;bundle-version="1.0.0"
|
|
Automatic-Module-Name: org.eclipse.cdt.jsoncdb.intel
|