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
|
2020-09-27 17:03:06 -04:00
|
|
|
Bundle-Version: 1.3.100.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",
|
2016-08-18 17:02:57 -04:00
|
|
|
org.eclipse.tools.templates.freemarker;bundle-version="1.0.0";visibility:=reexport,
|
2020-06-10 21:38:33 +02:00
|
|
|
com.google.gson,
|
|
|
|
org.eclipse.cdt.cmake.is.core
|
2020-08-23 08:05:03 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
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
|