mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-05 14:43:36 +02:00
16 lines
546 B
Text
16 lines
546 B
Text
![]() |
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: CDT CMake UI
|
||
|
Bundle-SymbolicName: org.eclipse.cdt.cmake.ui;singleton:=true
|
||
|
Bundle-Version: 1.0.0.qualifier
|
||
|
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,
|
||
|
org.eclipse.cdt.build.ui;bundle-version="1.0.0",
|
||
|
org.eclipse.cdt.cmake.core
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||
|
Bundle-ActivationPolicy: lazy
|