Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2012-08-16 19:11:27 +0000
committerJohn Cortell2012-08-16 19:11:27 +0000
commit39b2c3d7854cdeec5600118d5471e26b46c64482 (patch)
tree2c6a095f927118e4dd13bfd042da048b725d0495 /xlc/org.eclipse.cdt.core.lrparser.xlc.tests/META-INF/MANIFEST.MF
parent69eae6b783c9469de1cdc0ff15f30fde369b7a01 (diff)
downloadorg.eclipse.cdt-39b2c3d7854cdeec5600118d5471e26b46c64482.tar.gz
org.eclipse.cdt-39b2c3d7854cdeec5600118d5471e26b46c64482.tar.xz
org.eclipse.cdt-39b2c3d7854cdeec5600118d5471e26b46c64482.zip
Add master test suite for conveniently running all junit3 tests in CDT
Diffstat (limited to 'xlc/org.eclipse.cdt.core.lrparser.xlc.tests/META-INF/MANIFEST.MF')
-rw-r--r--xlc/org.eclipse.cdt.core.lrparser.xlc.tests/META-INF/MANIFEST.MF3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlc/org.eclipse.cdt.core.lrparser.xlc.tests/META-INF/MANIFEST.MF b/xlc/org.eclipse.cdt.core.lrparser.xlc.tests/META-INF/MANIFEST.MF
index 26486547076..0ab0aa05d22 100644
--- a/xlc/org.eclipse.cdt.core.lrparser.xlc.tests/META-INF/MANIFEST.MF
+++ b/xlc/org.eclipse.cdt.core.lrparser.xlc.tests/META-INF/MANIFEST.MF
@@ -12,3 +12,6 @@ Require-Bundle: org.junit,
org.eclipse.cdt.core.lrparser.tests;bundle-version="5.1.0",
org.eclipse.core.runtime;bundle-version="3.5.0",
org.eclipse.core.resources;bundle-version="3.5.0"
+Export-Package: org.eclipse.cdt.core.parser.xlc.tests,
+ org.eclipse.cdt.core.parser.xlc.tests.base,
+ org.eclipse.cdt.core.parser.xlc.tests.suite

Back to the top