X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.plugin.core%2FMETA-INF%2FMANIFEST.MF;h=5b256d0fc4323e46ac0605e5e292a2b8027951f8;hb=45942cbbb4b10a99cef716c56fe14642f7c45722;hp=fa50b3b266309e9c596be406dedddef898475403;hpb=f2b5f70f4783092695033017672944330203b5b9;p=Mograsim.git diff --git a/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/net.mograsim.plugin.core/META-INF/MANIFEST.MF index fa50b3b2..5b256d0f 100644 --- a/net.mograsim.plugin.core/META-INF/MANIFEST.MF +++ b/net.mograsim.plugin.core/META-INF/MANIFEST.MF @@ -8,6 +8,10 @@ Export-Package: net.mograsim.plugin;uses:="org.eclipse.ui.themes,org.eclipse.swt net.mograsim.plugin.asm.editor, net.mograsim.plugin.asm.editor.rules, net.mograsim.plugin.nature, + net.mograsim.plugin.tables, + net.mograsim.plugin.tables.memory, + net.mograsim.plugin.tables.mi, + net.mograsim.plugin.util, net.mograsim.plugin.views Require-Bundle: org.eclipse.core.runtime, org.eclipse.ui, @@ -22,7 +26,10 @@ Require-Bundle: org.eclipse.core.runtime, net.mograsim.logic.model;bundle-version="0.1.0";visibility:=reexport, net.mograsim.logic.model.am2900;bundle-version="0.1.0";visibility:=reexport, javax.annotation;bundle-version="1.0.0", - net.mograsim.preferences;bundle-version="0.1.0" + net.mograsim.preferences;bundle-version="0.1.0", + net.mograsim.machine Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: net.mograsim.plugin.core Bundle-Vendor: %Bundle-Vendor.0 +Bundle-Activator: net.mograsim.plugin.MograsimActivator +Bundle-ActivationPolicy: lazy