From: Christian Femers Date: Tue, 3 Sep 2019 05:36:44 +0000 (+0200) Subject: Fixed small structural problems X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=6ec3a1fd50395715e1121116357789add19cf6d9 Fixed small structural problems --- diff --git a/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF b/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF index 6dfa1831..e063ca68 100644 --- a/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF +++ b/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF @@ -7,7 +7,6 @@ Export-Package: net.mograsim.logic.model.am2900, net.mograsim.logic.model.am2900.components, net.mograsim.logic.model.am2900.components.am2904, net.mograsim.logic.model.am2900.components.am2910, - net.mograsim.logic.model.am2900.machine, net.mograsim.logic.model.examples Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: net.mograsim.machine;bundle-version="0.1.0";visibility:=reexport, diff --git a/net.mograsim.machine/META-INF/MANIFEST.MF b/net.mograsim.machine/META-INF/MANIFEST.MF index dfdcb05d..8c6df1e7 100644 --- a/net.mograsim.machine/META-INF/MANIFEST.MF +++ b/net.mograsim.machine/META-INF/MANIFEST.MF @@ -6,9 +6,9 @@ Bundle-Version: 0.1.0.qualifier Bundle-Vendor: Mograsim Team Automatic-Module-Name: net.mograsim.machine Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.0", - net.mograsim.logic.model;bundle-version="0.1.0", - net.mograsim.preferences +Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.0";visibility:=reexport, + net.mograsim.logic.model;bundle-version="0.1.0";visibility:=reexport, + net.mograsim.preferences;visibility:=reexport Export-Package: net.mograsim.machine, net.mograsim.machine.isa, net.mograsim.machine.isa.types,