mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
15 lines
502 B
Text
15 lines
502 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: xlC Error Parser Tests Plug-in
|
|
Bundle-SymbolicName: org.eclipse.cdt.errorparsers.xlc.tests
|
|
Bundle-Version: 1.0.0
|
|
Bundle-Activator: org.eclipse.cdt.errorparsers.xlc.tests.TestsPlugin
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.cdt.errorparsers.xlc,
|
|
org.junit
|
|
Eclipse-LazyStart: true
|
|
Export-Package: org.eclipse.cdt.errorparsers.xlc.tests
|
|
Bundle-ClassPath: .
|
|
Bundle-Vendor: Eclipse.org
|