X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2FMETA-INF%2FMANIFEST.MF;h=24a1c9a2057e165a988932b17f655ab6c77b9d7d;hb=7af812f7c30eb407cae3235b7d19dc902727ef29;hp=9f8199a3c4ed385b65aeb97473bc182d188198ba;hpb=2cfa0c8d7d4a24430e1934a210cbbd70ca6a49e3;p=Mograsim.git diff --git a/LogicUI/META-INF/MANIFEST.MF b/LogicUI/META-INF/MANIFEST.MF index 9f8199a3..24a1c9a2 100644 --- a/LogicUI/META-INF/MANIFEST.MF +++ b/LogicUI/META-INF/MANIFEST.MF @@ -1,17 +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.examples, - era.mi.gui.model, - era.mi.gui.model.components, - era.mi.gui.model.wires, - era.mi.gui.modeladapter, - era.mi.gui.modeladapter.componentadapters +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