2015-12-04 13:38:37 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2019-12-26 13:31:06 -05:00
|
|
|
Bundle-Name: %pluginName
|
2015-12-04 13:38:37 -05:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true
|
2022-09-13 20:15:12 +02:00
|
|
|
Bundle-Version: 1.5.0.qualifier
|
2015-12-04 13:38:37 -05:00
|
|
|
Bundle-Activator: org.eclipse.cdt.cmake.core.internal.Activator
|
2019-12-26 13:31:06 -05:00
|
|
|
Bundle-Vendor: %providerName
|
2015-12-04 13:38:37 -05:00
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.core.resources;bundle-version="3.11.0",
|
|
|
|
org.eclipse.debug.core;bundle-version="3.10.0",
|
|
|
|
org.eclipse.launchbar.core;bundle-version="2.0.0",
|
2016-08-09 14:54:14 -04:00
|
|
|
org.eclipse.cdt.core;bundle-version="5.12.0",
|
2021-07-31 15:39:24 +01:00
|
|
|
org.eclipse.tools.templates.freemarker;bundle-version="1.2.200",
|
2020-06-10 21:38:33 +02:00
|
|
|
com.google.gson,
|
2021-07-02 22:57:03 +02:00
|
|
|
org.eclipse.cdt.jsoncdb.core,
|
2020-11-03 21:58:54 +01:00
|
|
|
org.yaml.snakeyaml;bundle-version="1.14.0"
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2015-12-04 13:38:37 -05:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2016-09-11 21:30:25 -04:00
|
|
|
Export-Package: org.eclipse.cdt.cmake.core,
|
2020-10-26 21:50:49 +01:00
|
|
|
org.eclipse.cdt.cmake.core.internal;x-friends:="org.eclipse.cdt.cmake.ui",
|
|
|
|
org.eclipse.cdt.cmake.core.properties
|
2018-10-30 15:29:24 +01:00
|
|
|
Automatic-Module-Name: org.eclipse.cdt.cmake.core
|
2019-12-26 13:31:06 -05:00
|
|
|
Bundle-Localization: plugin
|
2020-10-28 21:36:37 +01:00
|
|
|
Import-Package: org.eclipse.core.variables
|