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
|
2025-01-15 16:18:36 +00:00
|
|
|
Bundle-Version: 1.6.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",
|
2023-09-19 19:02:39 +01:00
|
|
|
org.eclipse.tools.templates.core;bundle-version="2.0.0",
|
|
|
|
org.eclipse.tools.templates.freemarker;bundle-version="2.0.0",
|
2020-06-10 21:38:33 +02:00
|
|
|
com.google.gson,
|
2023-05-01 13:55:20 -04:00
|
|
|
org.eclipse.cdt.jsoncdb.core
|
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
|
2023-09-19 19:02:39 +01:00
|
|
|
Import-Package: freemarker.template;version="[2.3.22,3.0.0)",
|
|
|
|
org.eclipse.core.variables,
|
2023-05-01 13:55:20 -04:00
|
|
|
org.yaml.snakeyaml;version="[2.0.0,3.0.0)",
|
2023-08-09 15:40:43 -04:00
|
|
|
org.yaml.snakeyaml.constructor;version="[2.0.0,3.0.0)",
|
|
|
|
org.yaml.snakeyaml.inspector;version="[2.0.0,3.0.0)",
|
|
|
|
org.yaml.snakeyaml.nodes;version="[2.0.0,3.0.0)",
|
|
|
|
org.yaml.snakeyaml.representer;version="[2.0.0,3.0.0)"
|