org.symbian.tools.wrttools.previewer/META-INF/MANIFEST.MF
changeset 41 fc4a1d68260a
parent 37 641b65b14318
child 45 aa2fb3fcc303
--- a/org.symbian.tools.wrttools.previewer/META-INF/MANIFEST.MF	Thu Jan 21 11:52:32 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/META-INF/MANIFEST.MF	Thu Jan 21 17:49:50 2010 -0800
@@ -3,11 +3,18 @@
 Bundle-Name: Previewer
 Bundle-SymbolicName: org.symbian.tools.wrttools.previewer;singleton:=true
 Bundle-Version: 1.0.0.qualifier
-Bundle-Activator: org.symbian.tools.wrttools.previewer.Activator
+Bundle-Activator: org.symbian.tools.wrttools.previewer.PreviewerPlugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.core.resources;bundle-version="3.5.0",
  org.eclipse.core.net;bundle-version="1.2.0",
- org.mozilla.xpcom;bundle-version="1.9.1"
+ org.mozilla.xpcom;bundle-version="1.9.1",
+ org.eclipse.equinox.http.jetty;bundle-version="2.0.0"
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Export-Package: org.symbian.tools.wrttools.previewer,
+ org.symbian.tools.wrttools.previewer.http
+Import-Package: javax.servlet;version="2.5.0",
+ javax.servlet.http;version="2.5.0",
+ org.eclipse.equinox.jsp.jasper;version="1.0.0",
+ org.osgi.service.http;version="1.2.1"