From d37ecf0c4741e406824b2f71c93aa824f044da12 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Wed, 25 Sep 2019 18:10:27 +0200 Subject: [PATCH] Removed model.am2900 from plugin.core's required bundles --- plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF index f0b48627..9219fc72 100644 --- a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF @@ -26,7 +26,6 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.e4.ui.model.workbench, org.eclipse.ui.themes;bundle-version="1.2.400", 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, -- 2.17.1