X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.ui%2FMETA-INF%2FMANIFEST.MF;h=06d1286636f1e5c4d840767ced1a26da3aa19520;hb=01c5d7035474a5eb58f216b6831b2c0d8c174efa;hp=ea9c1d06483c2a63c5f866c84ac86b9ce77cdf83;hpb=dff3e01498ac766a7f1ec7b18ce2cc5acd257cb5;p=Mograsim.git diff --git a/net.mograsim.logic.ui/META-INF/MANIFEST.MF b/net.mograsim.logic.ui/META-INF/MANIFEST.MF index ea9c1d06..06d12866 100644 --- a/net.mograsim.logic.ui/META-INF/MANIFEST.MF +++ b/net.mograsim.logic.ui/META-INF/MANIFEST.MF @@ -7,12 +7,15 @@ 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, + net.mograsim.logic.ui.serializing, net.mograsim.logic.ui.util Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: org.eclipse.swt;bundle-version="3.110.0";visibility:=reexport, +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="0.1.0";visibility:=reexport, com.google.gson;bundle-version="2.8.2";visibility:=reexport,