Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-12-02 17:25:40 +0000
committerChris Goldthorpe2008-12-02 17:25:40 +0000
commit258d68a1318459d3d377572ae1b25709f96921c6 (patch)
tree54f543e90ae226faca4a0f517693235d74c986ac /org.eclipse.help.base/META-INF/MANIFEST.MF
parent4b18edad7b9b4e4f4ecbabf6adb1f1169626ddfe (diff)
downloadeclipse.platform.ua-258d68a1318459d3d377572ae1b25709f96921c6.tar.gz
eclipse.platform.ua-258d68a1318459d3d377572ae1b25709f96921c6.tar.xz
eclipse.platform.ua-258d68a1318459d3d377572ae1b25709f96921c6.zip
Bug 220992 – [Help] No API to plug-in a non-Jetty web server for Help sub-system
Diffstat (limited to 'org.eclipse.help.base/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index 80ac27209..881766237 100644
--- a/org.eclipse.help.base/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -34,6 +34,7 @@ Export-Package: org.apache.lucene.demo.html;x-internal:=true,
org.eclipse.ui.intro,
org.eclipse.help.webapp",
org.eclipse.help.search,
+ org.eclipse.help.server,
org.eclipse.help.standalone
Require-Bundle: org.apache.lucene;bundle-version="[1.9.1,2.0.0)";visibility:=reexport,
org.apache.lucene.analysis;bundle-version="[1.9.1,2.0.0)";visibility:=reexport,

Back to the top