Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2005-11-13 04:36:20 +0000
committerMazen Faraj2005-11-13 04:36:20 +0000
commit41040f72ac737a000362edcedcff5e8edd654bcb (patch)
tree730d7dc23aa0b2a9254da295a31432d9939c62e4 /org.eclipse.help/META-INF
parentfd07c7676e2822fde9e44a4225549459f0b84920 (diff)
downloadeclipse.platform.ua-41040f72ac737a000362edcedcff5e8edd654bcb.tar.gz
eclipse.platform.ua-41040f72ac737a000362edcedcff5e8edd654bcb.tar.xz
eclipse.platform.ua-41040f72ac737a000362edcedcff5e8edd654bcb.zip
fix compiler warnings
Diffstat (limited to 'org.eclipse.help/META-INF')
-rw-r--r--org.eclipse.help/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.help/META-INF/MANIFEST.MF b/org.eclipse.help/META-INF/MANIFEST.MF
index 7544afecc..b0bc44241 100644
--- a/org.eclipse.help/META-INF/MANIFEST.MF
+++ b/org.eclipse.help/META-INF/MANIFEST.MF
@@ -13,6 +13,7 @@ Export-Package: org.eclipse.help,
org.eclipse.help.internal.model;x-friends:="org.eclipse.help.base,org.eclipse.help.ui,org.eclipse.help.webapp",
org.eclipse.help.internal.protocols;x-friends:="org.eclipse.help.base,org.eclipse.help.ui,org.eclipse.help.webapp",
org.eclipse.help.internal.toc;x-friends:="org.eclipse.help.base,org.eclipse.help.ui,org.eclipse.help.webapp",
- org.eclipse.help.internal.util;x-friends:="org.eclipse.help.base,org.eclipse.help.ui,org.eclipse.help.webapp"
+ org.eclipse.help.internal.util;x-friends:="org.eclipse.help.base,org.eclipse.help.ui,org.eclipse.help.webapp",
+ org.eclipse.ua.internal.common;x-friends:="org.eclipse.help.ui"
Require-Bundle: org.eclipse.core.runtime
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true

Back to the top