X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/blobdiff_plain/a5bb5492833d0130127061685e17c6fa9eb5171e..32ad726579206d9cf7891599df21fbf0eb11d0b2:/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF diff --git a/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF index ad46b92fd..976787ecd 100644 --- a/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF @@ -2,25 +2,32 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Bulkeditor Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.bulkeditor;singleton:=true -Bundle-Version: 4.2.0.qualifier +Bundle-Version: 4.13.0 Bundle-Activator: eu.etaxonomy.taxeditor.bulkeditor.internal.TaxeditorBulkeditorPlugin Bundle-Vendor: EDIT Export-Package: eu.etaxonomy.taxeditor.annotatedlineeditor, eu.etaxonomy.taxeditor.annotatedlineeditor.handler, eu.etaxonomy.taxeditor.bulkeditor, eu.etaxonomy.taxeditor.bulkeditor.command, + eu.etaxonomy.taxeditor.bulkeditor.e4, eu.etaxonomy.taxeditor.bulkeditor.handler, eu.etaxonomy.taxeditor.bulkeditor.input, eu.etaxonomy.taxeditor.bulkeditor.internal, eu.etaxonomy.taxeditor.bulkeditor.referencingobjects -Require-Bundle: org.eclipse.ui, +Require-Bundle: eu.etaxonomy.taxeditor.workbench, + org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.ui.editors, org.eclipse.core.expressions, eu.etaxonomy.taxeditor.store, - eu.etaxonomy.taxeditor.cdmlib -Bundle-RequiredExecutionEnvironment: JavaSE-1.7 -Bundle-ActivationPolicy: lazy + eu.etaxonomy.taxeditor.cdmlib, + org.eclipse.e4.ui.model.workbench;bundle-version="1.2.0.v20160229-1459", + org.eclipse.e4.ui.workbench, + org.eclipse.e4.core.di.annotations;bundle-version="1.5.0", + org.eclipse.e4.ui.services, + org.eclipse.e4.ui.di, + org.eclipse.e4.core.contexts +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: eu.etaxonomy.taxeditor.editor, org.eclipse.core.runtime, org.eclipse.equinox.app, @@ -31,3 +38,4 @@ Import-Package: eu.etaxonomy.taxeditor.editor, org.eclipse.jface.text.source, org.eclipse.ui.views.properties, org.osgi.framework +Bundle-ActivationPolicy: lazy