From 6ec3a1fd50395715e1121116357789add19cf6d9 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Tue, 3 Sep 2019 07:36:44 +0200 Subject: [PATCH] Fixed small structural problems --- net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF | 1 - net.mograsim.machine/META-INF/MANIFEST.MF | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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, -- 2.17.1