mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 11:03:28 +02:00
17 lines
719 B
Text
17 lines
719 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: CDT CMake Core
|
|
Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
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.freemarker;bundle-version="2.3.22",
|
|
org.eclipse.debug.core;bundle-version="3.10.0",
|
|
org.eclipse.launchbar.core;bundle-version="2.0.0",
|
|
org.eclipse.cdt.core;bundle-version="5.12.0",
|
|
org.eclipse.cdt.build.core;bundle-version="1.0.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.cdt.cmake.core
|