X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.plugin.core%2FMETA-INF%2FMANIFEST.MF;h=5b256d0fc4323e46ac0605e5e292a2b8027951f8;hb=552986fd8718d5f2db00802015fdd1ecd58a5a2f;hp=02cb0fa88db1722f8bbbd522cf4eda0a2712d729;hpb=7959f310ed60567201e37f1dc2eb1dc370763cff;p=Mograsim.git diff --git a/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/net.mograsim.plugin.core/META-INF/MANIFEST.MF index 02cb0fa8..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, @@ -27,3 +31,5 @@ Require-Bundle: org.eclipse.core.runtime, 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