From: Christian Femers Date: Tue, 3 Sep 2019 07:22:03 +0000 (+0200) Subject: Make Activator lazy (load when classes used) X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=ce329e077a5919304816000c89b1cbe7ca9b1de2 Make Activator lazy (load when classes used) --- diff --git a/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF b/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF index 6dfa1831..fc904190 100644 --- a/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF +++ b/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF @@ -10,8 +10,9 @@ Export-Package: net.mograsim.logic.model.am2900, 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, - org.eclipse.osgi +Require-Bundle: org.eclipse.osgi, + net.mograsim.machine;bundle-version="0.1.0";visibility:=reexport Automatic-Module-Name: net.mograsim.logic.model.am2900 Bundle-Vendor: Mograsim Team Bundle-Activator: net.mograsim.logic.model.am2900.Am2900Loader +Bundle-ActivationPolicy: lazy