Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.plugin.feature / feature.xml
index d884c28..7e12101 100644 (file)
@@ -9,8 +9,7 @@
    <description url="https://gitlab.lrz.de/lrr-tum/students/eragp-misim-2019">
       Mograsim - Modular Graphical Simulator
 
-For teaching microprogramming, ISAs and circuit logic at the
-Technical University of Munich (TUM).
+For teaching microprogramming, ISAs and circuit logic at the Technical University of Munich (TUM).
 By Christian Femers, Daniel Kirschten and Fabian Stemmler
    </description>
 
@@ -720,7 +719,7 @@ exception as provided by Oracle in the LICENSE file that accompanied this code.&
          unpack="false"/>
 
    <plugin
-         id="net.mograsim.logic.ui"
+         id="net.mograsim.logic.model"
          download-size="100"
          install-size="100"
          version="0.1.0.qualifier"
@@ -748,10 +747,24 @@ exception as provided by Oracle in the LICENSE file that accompanied this code.&
          unpack="false"/>
 
    <plugin
-         id="net.mograsim.logic.ui.am2900"
+         id="net.mograsim.logic.model.am2900"
          download-size="58"
          install-size="58"
          version="0.1.0.qualifier"
          unpack="false"/>
 
+   <plugin
+         id="net.mograsim.preferences"
+         download-size="1"
+         install-size="1"
+         version="0.1.0.qualifier"
+         unpack="false"/>
+
+   <plugin
+         id="net.mograsim.machine"
+         download-size="1"
+         install-size="1"
+         version="0.1.0.qualifier"
+         unpack="false"/>
+
 </feature>