Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott Tepavich2012-06-12 01:00:15 +0000
committerEugene Tarassov2012-06-12 20:34:57 +0000
commit56e2b3c549a80476f533eec717144ce3f36f5dc4 (patch)
tree534c547a3773be8bb6bd6f1c5ebc0e4fc9e5c625 /tests
parent85f742a479c28d9e9f0df690c211a69eb094f039 (diff)
downloadorg.eclipse.tcf-56e2b3c549a80476f533eec717144ce3f36f5dc4.tar.gz
org.eclipse.tcf-56e2b3c549a80476f533eec717144ce3f36f5dc4.tar.xz
org.eclipse.tcf-56e2b3c549a80476f533eec717144ce3f36f5dc4.zip
Bug [382314] Export the test packages, for developing tests outside the scope of this plug-in.
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF b/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF
index b1da72382..b5ac06e64 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF
+++ b/tests/plugins/org.eclipse.tcf.debug.test/META-INF/MANIFEST.MF
@@ -23,3 +23,7 @@ Require-Bundle: org.eclipse.cdt.debug.core;bundle-version="7.2.0",
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.debug.internal.ui.viewers.model
+Export-Package: org.eclipse.tcf.debug.test,
+ org.eclipse.tcf.debug.test.services,
+ org.eclipse.tcf.debug.test.util
+

Back to the top