From a8e2524839d38d43271b0a998e529db407e92e00 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Tue, 3 Sep 2019 09:16:42 +0200 Subject: [PATCH] Reworked extension point because it behaved unnecessarily strange. Works now. --- net.mograsim.logic.model.am2900/plugin.xml | 10 ++++------ net.mograsim.machine/plugin.xml | 2 +- ....machinedefinition.exsd => machine_definition.exsd} | 10 +++++----- 3 files changed, 10 insertions(+), 12 deletions(-) rename net.mograsim.machine/schema/{net.mograsim.machine.machinedefinition.exsd => machine_definition.exsd} (88%) 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/net.mograsim.machine.machinedefinition.exsd b/net.mograsim.machine/schema/machine_definition.exsd similarity index 88% rename from net.mograsim.machine/schema/net.mograsim.machine.machinedefinition.exsd rename to net.mograsim.machine/schema/machine_definition.exsd index 43763a6e..e5e147bf 100644 --- a/net.mograsim.machine/schema/net.mograsim.machine.machinedefinition.exsd +++ b/net.mograsim.machine/schema/machine_definition.exsd @@ -3,7 +3,7 @@ - + Mograsim extension for defining a machine @@ -18,7 +18,7 @@ - + @@ -47,12 +47,12 @@ - + - + - The machines name + The machines id, this should be unique, but still readable -- 2.17.1