Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9aea0bd0bba0bbe3ca49e24bfd399da3d52414f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

Back to the top