X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.ui%2FMETA-INF%2FMANIFEST.MF;h=8a3a096143b6f8529f991aa4183a4cb0521d2296;hb=271a1db006939a242d1a18a9e30e4bec72dfbff9;hp=ea9c1d06483c2a63c5f866c84ac86b9ce77cdf83;hpb=9271e9f2d44fcc0498e0cd8a33e1bd224310e975;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..8a3a0961 100644 --- a/net.mograsim.logic.ui/META-INF/MANIFEST.MF +++ b/net.mograsim.logic.ui/META-INF/MANIFEST.MF @@ -7,12 +7,19 @@ 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.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.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,