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
|
2020-03-23 23:03:14 +03:00
|
|
|
Bundle-Version: 1.3.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",
|
2017-09-27 20:27:40 -04:00
|
|
|
org.eclipse.cdt.debug.core;bundle-version="8.1.0",
|
2017-10-12 15:38:26 -04:00
|
|
|
org.eclipse.cdt.ui;bundle-version="6.2.0",
|
|
|
|
org.eclipse.launchbar.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-08-25 15:52:40 -04:00
|
|
|
Bundle-Localization: plugin
|
2018-10-30 15:29:24 +01:00
|
|
|
Automatic-Module-Name: org.eclipse.cdt.cmake.ui
|
2020-03-23 23:03:14 +03:00
|
|
|
Export-Package: org.eclipse.cdt.cmake.internal.ui.properties;x-internal:=true,
|
|
|
|
org.eclipse.cdt.cmake.ui.internal;x-internal:=true
|