mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
13 lines
448 B
Text
13 lines
448 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.make.xlc.core;singleton:=true
|
|
Bundle-Version: 5.0.0.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
|