2015-12-04 13:38:37 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: CDT CMake Core
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true
|
2016-09-11 21:30:25 -04:00
|
|
|
Bundle-Version: 1.1.0.qualifier
|
2015-12-04 13:38:37 -05:00
|
|
|
Bundle-Activator: org.eclipse.cdt.cmake.core.internal.Activator
|
|
|
|
Bundle-Vendor: Eclipse CDT
|
|
|
|
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,
|
2016-08-26 10:42:10 -04:00
|
|
|
com.google.gson
|
2015-12-04 13:38:37 -05:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
|
|
Bundle-ActivationPolicy: lazy
|
2016-09-11 21:30:25 -04:00
|
|
|
Export-Package: org.eclipse.cdt.cmake.core,
|
|
|
|
org.eclipse.cdt.cmake.core.internal;x-friends:="org.eclipse.cdt.cmake.ui"
|