1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 04:15:35 +02:00
cdt/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF

18 lines
608 B
Text
Raw Normal View History

2006-07-24 18:34:31 +00:00
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: xlC Error Parser Tests Plug-in
2008-02-19 21:41:14 +00:00
Bundle-SymbolicName: org.eclipse.cdt.errorparsers.xlc.tests;singleton:=true
Bundle-Version: 5.0.100.qualifier
2006-07-24 18:34:31 +00:00
Bundle-Activator: org.eclipse.cdt.errorparsers.xlc.tests.TestsPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.cdt.core,
2006-07-24 18:34:31 +00:00
org.eclipse.cdt.errorparsers.xlc,
org.junit
2009-04-09 19:51:46 +00:00
Bundle-ActivationPolicy: lazy
2006-07-24 18:34:31 +00:00
Export-Package: org.eclipse.cdt.errorparsers.xlc.tests
Bundle-ClassPath: .
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.6