[mwe/xpand] Added Updatesite links for mwe. Fixed xpand label
diff --git a/emft/updates/index.php b/emft/updates/index.php
index 84fe739..89d6839 100644
--- a/emft/updates/index.php
+++ b/emft/updates/index.php
@@ -7,7 +7,8 @@
$PRS = array(
/* "EMF (Query, Validation, Transaction)" => "modeling/emf",
"MDT (EODM, OCL)" => "modeling/mdt",
- "M2T (JET, JET Editor)" => "modeling/m2t"*/
+ "M2T (JET, JET Editor)" => "modeling/m2t"*/
+ "MWE" => "modeling/emft/mwe"
);
function notes()
diff --git a/m2t/updates/index.php b/m2t/updates/index.php
index aa71d3e..41f9e31 100644
--- a/m2t/updates/index.php
+++ b/m2t/updates/index.php
@@ -6,7 +6,7 @@
require($_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/updates-common.php");
$PRS = array(
- "M2T Xpand" => "modeling/m2t/xpand"
+ "Xpand" => "modeling/m2t/xpand"
);
function notes()