Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2f75d195845421f130c862fb3163c70218ca7798 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.make.xlc.core;singleton:=true
Bundle-Version: 5.2.101.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.cdt.make.core,
 org.eclipse.cdt.core,
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.cdt.managedbuilder.core
Export-Package: org.eclipse.cdt.make.xlc.core.activator,
 org.eclipse.cdt.make.xlc.core.messages,
 org.eclipse.cdt.make.xlc.core.scannerconfig,
 org.eclipse.cdt.make.xlc.core.scannerconfig.util
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.cdt.make.xlc.core.activator.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.cdt.make.xlc.core

Back to the top