From 87a019ac84327e94401b6f0df9bb94da08287679 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Thu, 19 Sep 2019 17:24:58 +0200 Subject: [PATCH] Added javax.inject to plugin.core's MANIFEST --- plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.17.1