X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.ui%2FMETA-INF%2FMANIFEST.MF;h=8a3a096143b6f8529f991aa4183a4cb0521d2296;hb=d06d30111e16b930d7ca71e14df253f2769b55c3;hp=3bfa20ac84bc1b91b70aeb4176551adf58ff7f1e;hpb=ddb921f849b4393fd01e70de4447865d09bb9daa;p=Mograsim.git diff --git a/net.mograsim.logic.ui/META-INF/MANIFEST.MF b/net.mograsim.logic.ui/META-INF/MANIFEST.MF index 3bfa20ac..8a3a0961 100644 --- a/net.mograsim.logic.ui/META-INF/MANIFEST.MF +++ b/net.mograsim.logic.ui/META-INF/MANIFEST.MF @@ -1,18 +1,28 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: net.mograsim.logic.ui +Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.logic.ui;singleton:=true -Bundle-Version: 1.0.0 +Bundle-Version: 0.1.0.qualifier Export-Package: net.mograsim.logic.ui, net.mograsim.logic.ui.examples, net.mograsim.logic.ui.model, net.mograsim.logic.ui.model.components, + net.mograsim.logic.ui.model.components.atomic, + net.mograsim.logic.ui.model.components.submodels, net.mograsim.logic.ui.model.wires, net.mograsim.logic.ui.modeladapter, - net.mograsim.logic.ui.modeladapter.componentadapters -Bundle-RequiredExecutionEnvironment: JavaSE-10 -Require-Bundle: org.eclipse.swt;bundle-version="3.110.0", + net.mograsim.logic.ui.modeladapter.componentadapters, + net.mograsim.logic.ui.serializing, + net.mograsim.logic.ui.serializing.snippets, + net.mograsim.logic.ui.serializing.snippets.highlevelstatehandlers, + net.mograsim.logic.ui.serializing.snippets.outlinerenderers, + net.mograsim.logic.ui.serializing.snippets.symbolrenderers, + net.mograsim.logic.ui.util +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Require-Bundle: org.eclipse.swt;bundle-version="3.0.0";visibility:=reexport, SWTZoomableCanvas;bundle-version="1.0.0";visibility:=reexport, - net.mograsim.logic.core;bundle-version="1.0.0";visibility:=reexport, - com.google.gson;bundle-version="2.8.2" + net.mograsim.logic.core;bundle-version="0.1.0";visibility:=reexport, + com.google.gson;bundle-version="2.8.2";visibility:=reexport, + net.mograsim.preferences;bundle-version="0.1.0" Automatic-Module-Name: net.mograsim.logic.ui +Bundle-Vendor: Mograsim Team