From: Patrick Plitzner Date: Fri, 2 Mar 2018 10:17:46 +0000 (+0100) Subject: Add missing dependency to taxeditor.application X-Git-Tag: 5.0.0^2~318 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/5457eee8c6506b631214d58aab46308d82030a4e Add missing dependency to taxeditor.application --- diff --git a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF index 5e0958293..9dff296a6 100644 --- a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF @@ -39,7 +39,8 @@ Require-Bundle: org.eclipse.ui, org.eclipse.e4.core.services, org.eclipse.e4.core.di.annotations, eu.etaxonomy.taxeditor.cdmlib, - org.eclipse.osgi.services + org.eclipse.osgi.services, + org.eclipse.equinox.event Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy Import-Package: eu.etaxonomy.cdm.database, diff --git a/eu.etaxonomy.taxeditor.application/plugin.xml b/eu.etaxonomy.taxeditor.application/plugin.xml index 30f878bce..0db28ddef 100644 --- a/eu.etaxonomy.taxeditor.application/plugin.xml +++ b/eu.etaxonomy.taxeditor.application/plugin.xml @@ -153,10 +153,6 @@ name="startupProgressRect" value="5,447,366,15"> - - @@ -165,6 +161,10 @@ name="modelResourceHandler" value="bundleclass://eu.etaxonomy.taxeditor.application/eu.etaxonomy.taxeditor.ModelResourceHandler"> + +