Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c9a4f5a52a50beaaca3b5b9c0775e6071e145837 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.make.xlc.core;singleton:=true
Bundle-Version: 4.0.3.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.scannerconfig

Back to the top