Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f25cb9bf240d86e896eae809240e6f52f3563515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.cdt.cmake.core.internal.Activator
Bundle-Vendor: %providerName
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,
 org.eclipse.cdt.cmake.is.core
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.cdt.cmake.core,
 org.eclipse.cdt.cmake.core.internal;x-friends:="org.eclipse.cdt.cmake.ui"
Automatic-Module-Name: org.eclipse.cdt.cmake.core
Bundle-Localization: plugin

Back to the top