mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00

Unify launching for projects that use the new Core Build system. Starts with CMake projects. We'll do Qt projects next. Change-Id: I14af8e99decd54cc6548095b3ad3e054c550aea2
18 lines
805 B
Text
18 lines
805 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.1.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.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.tools.templates.freemarker;bundle-version="1.0.0";visibility:=reexport,
|
|
com.google.gson
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.cdt.cmake.core,
|
|
org.eclipse.cdt.cmake.core.internal;x-friends:="org.eclipse.cdt.cmake.ui"
|