X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/blobdiff_plain/0819c19db63cc608e26f924eb554e61f4d0638bd..bf312a2ebc7955c647af9667e6bf93c03b77b5cf:/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF diff --git a/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF index bf8ceaaff..57ed6d104 100644 --- a/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Editor Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.editor;singleton:=true -Bundle-Version: 4.10.0.qualifier +Bundle-Version: 5.4.0.qualifier Bundle-Activator: eu.etaxonomy.taxeditor.editor.internal.TaxeditorEditorPlugin Bundle-Vendor: %Bundle-Vendor.0 Bundle-Localization: OSGI-INF/l10n/plugin @@ -12,7 +12,8 @@ Export-Package: eu.etaxonomy.taxeditor.editor, eu.etaxonomy.taxeditor.editor.handler.defaultHandler, eu.etaxonomy.taxeditor.editor.internal, eu.etaxonomy.taxeditor.editor.key.polytomous, - eu.etaxonomy.taxeditor.editor.name, + eu.etaxonomy.taxeditor.editor.key.polytomous.e4, + eu.etaxonomy.taxeditor.editor.name.e4, eu.etaxonomy.taxeditor.editor.name.handler, eu.etaxonomy.taxeditor.editor.name.operation, eu.etaxonomy.taxeditor.editor.view.concept, @@ -35,11 +36,17 @@ Require-Bundle: org.eclipse.ui, org.eclipse.e4.core.di, org.eclipse.e4.ui.model.workbench, org.eclipse.e4.ui.di, - org.eclipse.e4.core.commands + org.eclipse.e4.core.commands, + org.eclipse.e4.core.services, + org.eclipse.e4.core.contexts, + org.eclipse.nebula.widgets.nattable.core, + org.eclipse.nebula.widgets.nattable.extension.glazedlists, + ca.odell.glazedlists Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Import-Package: javax.annotation;version="1.0.0";resolution:=optional, javax.inject;version="1.0.0", + org.apache.commons.collections4.map, org.eclipse.core.databinding.beans, org.eclipse.core.databinding.observable.list, org.eclipse.core.databinding.observable.map,