Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2005-04-09 03:58:04 +0000
committerKonrad Kolosowski2005-04-09 03:58:04 +0000
commit126238adeb61da6e2e00b72fa12ef7c81670b5c7 (patch)
treec842e6973e0e879cd38a521119759e8059158f6f /org.eclipse.help.ui/META-INF
parent00df13b4c066e115bc63b080a3f05b9d16390a0b (diff)
downloadeclipse.platform.ua-126238adeb61da6e2e00b72fa12ef7c81670b5c7.tar.gz
eclipse.platform.ua-126238adeb61da6e2e00b72fa12ef7c81670b5c7.tar.xz
eclipse.platform.ua-126238adeb61da6e2e00b72fa12ef7c81670b5c7.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.help.ui/META-INF')
-rw-r--r--org.eclipse.help.ui/META-INF/MANIFEST.MF8
1 files changed, 7 insertions, 1 deletions
diff --git a/org.eclipse.help.ui/META-INF/MANIFEST.MF b/org.eclipse.help.ui/META-INF/MANIFEST.MF
index 7904d1bdd..f2a2d8e27 100644
--- a/org.eclipse.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.ui/META-INF/MANIFEST.MF
@@ -8,7 +8,13 @@ Bundle-Activator: org.eclipse.help.ui.internal.HelpUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.help.ui,
- org.eclipse.help.ui.browser
+ org.eclipse.help.ui.browser,
+ org.eclipse.help.ui.internal;x-internal:=true,
+ org.eclipse.help.ui.internal.browser;x-internal:=true,
+ org.eclipse.help.ui.internal.browser.embedded;x-internal:=true,
+ org.eclipse.help.ui.internal.search;x-internal:=true,
+ org.eclipse.help.ui.internal.util;x-internal:=true,
+ org.eclipse.help.ui.internal.views;x-internal:=true
Require-Bundle: org.eclipse.help.base,
org.eclipse.help.appserver,
org.eclipse.ui,

Back to the top