From: Christian Femers Date: Tue, 3 Sep 2019 07:16:42 +0000 (+0200) Subject: Reworked extension point because it behaved unnecessarily strange. X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=a8e2524839d38d43271b0a998e529db407e92e00 Reworked extension point because it behaved unnecessarily strange. Works now. --- diff --git a/net.mograsim.logic.model.am2900/plugin.xml b/net.mograsim.logic.model.am2900/plugin.xml index 7cfe4a72..7a324ad9 100644 --- a/net.mograsim.logic.model.am2900/plugin.xml +++ b/net.mograsim.logic.model.am2900/plugin.xml @@ -2,13 +2,11 @@ - + - + unique_id="Am2900"> + diff --git a/net.mograsim.machine/plugin.xml b/net.mograsim.machine/plugin.xml index 8f737144..8c71c6db 100644 --- a/net.mograsim.machine/plugin.xml +++ b/net.mograsim.machine/plugin.xml @@ -1,5 +1,5 @@ - + > diff --git a/net.mograsim.machine/schema/machine_definition.exsd b/net.mograsim.machine/schema/machine_definition.exsd new file mode 100644 index 00000000..e5e147bf --- /dev/null +++ b/net.mograsim.machine/schema/machine_definition.exsd @@ -0,0 +1,109 @@ + + + + + + + + + Mograsim extension for defining a machine + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The machines id, this should be unique, but still readable + + + + + + + A Class that implements the Mograsim Machine Definition + + + + + + + + + + + + + + + 0.1.0 + + + + + + + + + [Enter extension point usage example here.] + + + + + + + + + [Enter API information here.] + + + + + + + + + [Enter information about supplied implementation of this extension point.] + + + + + diff --git a/net.mograsim.machine/schema/net.mograsim.machine.machinedefinition.exsd b/net.mograsim.machine/schema/net.mograsim.machine.machinedefinition.exsd deleted file mode 100644 index 43763a6e..00000000 --- a/net.mograsim.machine/schema/net.mograsim.machine.machinedefinition.exsd +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - Mograsim extension for defining a machine - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The machines name - - - - - - - A Class that implements the Mograsim Machine Definition - - - - - - - - - - - - - - - 0.1.0 - - - - - - - - - [Enter extension point usage example here.] - - - - - - - - - [Enter API information here.] - - - - - - - - - [Enter information about supplied implementation of this extension point.] - - - - -