From a1cb3cdc0d240413c437b44019f5e16fb6dccab9 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Tue, 1 Oct 2019 16:21:15 +0200 Subject: [PATCH] Added missing package to model.am2900's MANIFEST --- plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF b/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF index 08b14e04..82e0a34d 100644 --- a/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF @@ -9,6 +9,7 @@ Export-Package: net.mograsim.logic.model.am2900, net.mograsim.logic.model.am2900.components.am2904, net.mograsim.logic.model.am2900.components.am2910, net.mograsim.logic.model.am2900.machine, + net.mograsim.logic.model.am2900.machine.registers, net.mograsim.logic.model.examples Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.eclipse.osgi, -- 2.17.1