X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.machine%2FMETA-INF%2FMANIFEST.MF;h=d604d9460d0dc4cb27d93e56059b90b065cb7b02;hb=fef6208422d970ce5929750595a8b52f01d91be7;hp=f7842aef5cb3dc14ecba3f765b5f57a8a4b66645;hpb=6818878737a9de0075976f79157e07283e7713d7;p=Mograsim.git diff --git a/net.mograsim.machine/META-INF/MANIFEST.MF b/net.mograsim.machine/META-INF/MANIFEST.MF index f7842aef..d604d946 100644 --- a/net.mograsim.machine/META-INF/MANIFEST.MF +++ b/net.mograsim.machine/META-INF/MANIFEST.MF @@ -6,8 +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.model;bundle-version="0.1.0";visibility:=reexport, - 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, org.eclipse.e4.core.di.annotations, org.eclipse.core.runtime Export-Package: net.mograsim.machine, @@ -16,3 +17,5 @@ Export-Package: net.mograsim.machine, net.mograsim.machine.mi, net.mograsim.machine.mi.parameters, net.mograsim.machine.standard.memory +Bundle-Activator: net.mograsim.machine.MachineLoader +Bundle-ActivationPolicy: lazy