From: Daniel Kirschten Date: Thu, 19 Sep 2019 15:24:58 +0000 (+0200) Subject: Added javax.inject to plugin.core's MANIFEST X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=87a019ac84327e94401b6f0df9bb94da08287679 Added javax.inject to plugin.core's MANIFEST --- diff --git a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF index c3d17e93..54f99cd5 100644 --- a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF @@ -27,11 +27,12 @@ Require-Bundle: org.eclipse.core.runtime, net.mograsim.logic.model;bundle-version="0.1.0";visibility:=reexport, net.mograsim.logic.model.am2900;bundle-version="0.1.0";visibility:=reexport, javax.annotation;bundle-version="1.0.0", + javax.inject;bundle-version="1.0.0", + org.eclipse.ui.ide, net.mograsim.preferences;bundle-version="0.1.0", net.mograsim.machine, net.mograsim.plugin.core, - org.eclipse.core.expressions, - org.eclipse.ui.ide + org.eclipse.core.expressions Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: net.mograsim.plugin.core Bundle-Vendor: %Bundle-Vendor.0