X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2FMETA-INF%2FMANIFEST.MF;h=24a1c9a2057e165a988932b17f655ab6c77b9d7d;hb=7af812f7c30eb407cae3235b7d19dc902727ef29;hp=26597366b3b743efe9a290136f14dbcc8dca6c53;hpb=50082bc2126d3f408acbdf4103bb4fdf29ac1d4f;p=Mograsim.git diff --git a/LogicUI/META-INF/MANIFEST.MF b/LogicUI/META-INF/MANIFEST.MF index 26597366..24a1c9a2 100644 --- a/LogicUI/META-INF/MANIFEST.MF +++ b/LogicUI/META-INF/MANIFEST.MF @@ -1,14 +1,17 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: LogicUI -Bundle-SymbolicName: LogicUI;singleton:=true +Bundle-Name: net.mograsim.logic.ui +Bundle-SymbolicName: net.mograsim.logic.ui;singleton:=true Bundle-Version: 1.0.0 -Export-Package: era.mi.gui, - era.mi.gui.components, - era.mi.gui.examples, - era.mi.gui.wires -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +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.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", SWTZoomableCanvas;bundle-version="1.0.0";visibility:=reexport, - era.mi;bundle-version="1.0.0";visibility:=reexport -Automatic-Module-Name: LogicUI + net.mograsim.logic.core;bundle-version="1.0.0";visibility:=reexport +Automatic-Module-Name: net.mograsim.logic.ui