Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-05-08 21:08:21 +0000
committerTomasz Zarna2014-05-08 22:03:05 +0000
commit4b93b2859c0aa609592c03bcf5d2d17e4456ca8b (patch)
tree0d9ecd7de08304cbfb01f019a65faa2fc37fb743
parentdc89720c44f6cfcd6e127bc0fad5c2da9cb965d0 (diff)
downloadorg.eclipse.mylyn.tasks-4b93b2859c0aa609592c03bcf5d2d17e4456ca8b.tar.gz
org.eclipse.mylyn.tasks-4b93b2859c0aa609592c03bcf5d2d17e4456ca8b.tar.xz
org.eclipse.mylyn.tasks-4b93b2859c0aa609592c03bcf5d2d17e4456ca8b.zip
tests should not reexport packages as internal
-rw-r--r--org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF
index 9eef3ca87..9e49cb93f 100644
--- a/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui.tests/META-INF/MANIFEST.MF
@@ -14,5 +14,5 @@ Require-Bundle: org.junit;bundle-version="4.8.2",
org.eclipse.mylyn.tasks.core,
org.eclipse.mylyn.tasks.tests
Export-Package: org.eclipse.mylyn.internal.tasks.ui.editors;x-internal:=true,
- org.eclipse.mylyn.tasks.ui.editors;x-internal:=true,
- org.eclipse.mylyn.tasks.ui.wizards;x-internal:=true
+ org.eclipse.mylyn.tasks.ui.editors,
+ org.eclipse.mylyn.tasks.ui.wizards

Back to the top