2015-12-04 13:38:37 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: CDT CMake UI
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.cmake.ui;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.ui.internal.Activator
|
|
|
|
Bundle-Vendor: Eclipse CDT
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.core.resources;bundle-version="3.11.0",
|
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.ui.ide,
|
2016-08-09 14:54:14 -04:00
|
|
|
org.eclipse.cdt.cmake.core,
|
2016-08-25 15:52:40 -04:00
|
|
|
org.eclipse.tools.templates.ui;bundle-version="1.1.0",
|
2016-09-27 23:35:36 -04:00
|
|
|
org.eclipse.cdt.core;bundle-version="6.1.0",
|
|
|
|
org.eclipse.debug.ui;bundle-version="3.11.200",
|
2016-11-11 13:10:16 -05:00
|
|
|
org.eclipse.cdt.launch;bundle-version="9.1.0",
|
|
|
|
org.eclipse.cdt.debug.core;bundle-version="8.1.0"
|
2015-12-04 13:38:37 -05:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
|
|
Bundle-ActivationPolicy: lazy
|
2016-08-25 15:52:40 -04:00
|
|
|
Bundle-Localization: plugin
|