2020-02-08 15:01:33 +01:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %bundleName
|
|
|
|
Bundle-Description: %bundleDescription
|
|
|
|
Bundle-Copyright: %Bundle-Copyright
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.cmake.is.core;singleton:=true
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-Activator: org.eclipse.cdt.cmake.is.core.internal.Plugin
|
|
|
|
Export-Package: org.eclipse.cdt.cmake.is.core;x-internal:=true;uses:="org.eclipse.core.runtime,org.eclipse.cdt.core.settings.model,org.eclipse.cdt.cmake.is.core.builtins",
|
2020-05-07 22:11:56 +02:00
|
|
|
org.eclipse.cdt.cmake.is.core.builtins;x-internal:=true;uses:="org.eclipse.cdt.core.settings.model",
|
|
|
|
org.eclipse.cdt.cmake.is.core.language.settings.providers;x-internal:=true
|
2020-02-08 15:01:33 +01:00
|
|
|
Require-Bundle: org.eclipse.ui.workbench;bundle-version="3.8.0",
|
|
|
|
org.eclipse.cdt.ui,
|
|
|
|
org.eclipse.core.resources;bundle-version="3.13.700",
|
|
|
|
org.eclipse.core.runtime;bundle-version="3.17.100",
|
|
|
|
org.eclipse.cdt.core,
|
|
|
|
org.eclipse.jface,
|
2020-05-07 22:11:56 +02:00
|
|
|
com.google.gson,
|
|
|
|
org.apache.commons.io;bundle-version="2.6.0"
|
2020-02-08 15:01:33 +01:00
|
|
|
Automatic-Module-Name: org.eclipse.cdt.cmake.is.core
|