Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f8045cc6be05a1a408fe7e81b16ee77f904d7326 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.make.core; singleton:=true
Bundle-Version: 7.4.1.qualifier
Bundle-Activator: org.eclipse.cdt.make.core.MakeCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.cdt.make.core,
 org.eclipse.cdt.make.core.makefile,
 org.eclipse.cdt.make.core.makefile.gnu,
 org.eclipse.cdt.make.core.scannerconfig,
 org.eclipse.cdt.make.internal.core;x-internal:=true,
 org.eclipse.cdt.make.internal.core.makefile;x-internal:=true,
 org.eclipse.cdt.make.internal.core.makefile.gnu;x-friends:="org.eclipse.cdt.make.ui",
 org.eclipse.cdt.make.internal.core.makefile.posix;x-internal:=true,
 org.eclipse.cdt.make.internal.core.scannerconfig;x-internal:=true,
 org.eclipse.cdt.make.internal.core.scannerconfig.gnu;x-internal:=true,
 org.eclipse.cdt.make.internal.core.scannerconfig.jobs;x-internal:=true,
 org.eclipse.cdt.make.internal.core.scannerconfig.util;x-internal:=true,
 org.eclipse.cdt.make.internal.core.scannerconfig2;x-internal:=true
Require-Bundle: org.eclipse.cdt.core;bundle-version="[5.0.0,7.0.0)",
 org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.core.filesystem;bundle-version="1.2.0",
 org.eclipse.tools.templates.core;bundle-version="1.1.0",
 org.eclipse.tools.templates.freemarker;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.ibm.icu.text

Back to the top