Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF')
-rw-r--r--xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF15
1 files changed, 15 insertions, 0 deletions
diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..9aea0bd0bba
--- /dev/null
+++ b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,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