Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.base/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index 290cc1489..1c3c6f3c5 100644
--- a/org.eclipse.help.base/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -12,7 +12,8 @@ Export-Package: org.apache.lucene.demo.html;x-internal:=true,
x-friends:="org.eclipse.help.ui,
org.eclipse.help.webapp,
org.eclipse.ua.tests,
- org.eclipse.ui.intro",
+ org.eclipse.ui.intro,
+ org.eclipse.ua.tests.doc",
org.eclipse.help.internal.base.remote;x-friends:="org.eclipse.ua.tests,org.eclipse.help.webapp,org.eclipse.help.ui",
org.eclipse.help.internal.base.util;x-friends:="org.eclipse.help.ui,org.eclipse.help.webapp,org.eclipse.ua.tests",
org.eclipse.help.internal.browser;x-friends:="org.eclipse.help.ui,org.eclipse.ua.tests",

Back to the top