Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.logic.model.editor / META-INF / MANIFEST.MF
index 40d0654..283c286 100644 (file)
@@ -5,9 +5,12 @@ Bundle-SymbolicName: net.mograsim.logic.model.editor
 Bundle-Version: 0.1.0.qualifier
 Export-Package: net.mograsim.logic.model.editor,
  net.mograsim.logic.model.editor.handles,
- net.mograsim.logic.model.editor.states
+ net.mograsim.logic.model.editor.states,
+ net.mograsim.logic.model.editor.ui,
+ net.mograsim.logic.model.editor.util
 Require-Bundle: net.mograsim.logic.model;bundle-version="0.1.0",
- net.mograsim.preferences;bundle-version="0.1.0"
+ net.mograsim.preferences;bundle-version="0.1.0",
+ net.mograsim.logic.model.am2900;bundle-version="0.1.0"
 Bundle-RequiredExecutionEnvironment: JavaSE-11
-Automatic-Module-Name: net.mograsim.logic.ui
+Automatic-Module-Name: net.mograsim.logic.model.editor
 Bundle-Vendor: Mograsim Team