From 1cf22807526bf8d099111000a3b80a2eca183420 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Sun, 11 Aug 2019 15:55:35 +0200 Subject: [PATCH] Added net.mograsim.logic.model.am2900 to list of exported packages --- net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF b/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF index 048d1503..bd5fcb59 100644 --- a/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF +++ b/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF @@ -3,7 +3,9 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.logic.model.am2900;singleton:=true Bundle-Version: 0.1.0.qualifier -Export-Package: net.mograsim.logic.model.examples +Export-Package: net.mograsim.logic.model.am2900.components, + net.mograsim.logic.model.am2900.components.am2910, + net.mograsim.logic.model.examples Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: net.mograsim.logic.model;bundle-version="0.1.0";visibility:=reexport Automatic-Module-Name: net.mograsim.logic.model.am2900 -- 2.17.1