ref #9189: move datasource to webapp - continue
[taxeditor.git] / eu.etaxonomy.taxeditor.webapp / META-INF / MANIFEST.MF
index adffd450c335a3ac26a70d9b46ca744b377317f8..0b86177e22646810f83b47eb79eb29a4989757d5 100644 (file)
@@ -3,7 +3,17 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Webapp
 Bundle-SymbolicName: eu.etaxonomy.taxeditor.webapp;singleton:=true
 Bundle-Version: 5.18.0.qualifier
-Require-Bundle: org.eclipse.core.runtime
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.jface,
+ eu.etaxonomy.taxeditor.cdmlib,
+ eu.etaxonomy.taxeditor.store,
+ org.eclipse.ui.workbench,
+ org.eclipse.e4.ui.di,
+ org.eclipse.e4.ui.workbench,
+ org.eclipse.e4.ui.services,
+ org.eclipse.e4.core.di.annotations,
+ org.eclipse.e4.ui.model.workbench,
+ org.eclipse.core.expressions
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
 Export-Package: eu.etaxonomy.taxeditor.webapp
@@ -26,6 +36,8 @@ Bundle-ClassPath: .,
  lib/jetty-http-9.4.26.v20200117.jar,
  lib/jetty-io-9.4.26.v20200117.jar
 Bundle-Vendor: EDIT
-Import-Package: org.eclipse.jface.resource,
+Import-Package: eu.etaxonomy.taxeditor.remote.store,
+ eu.etaxonomy.taxeditor.workbench.datasource,
+ org.eclipse.jface.resource,
  org.eclipse.ui.plugin
 Bundle-Activator: eu.etaxonomy.taxeditor.webapp.TaxeditorWebappPlugin