[xpand] added archive repository
diff --git a/updates/index.php b/updates/index.php
index c8b9525..5226f78 100644
--- a/updates/index.php
+++ b/updates/index.php
@@ -9,9 +9,14 @@
     "Xpand" => "modeling/m2t/xpand"
 );
 
+$siteXMLs = array("Releases" => "releases/",
+				  "Milestones" => "milestones/",
+				  "Nightly" => "nightly/",
+				  "Archive" => "archive/");
+
 function notes()
 {
 }
 
-update_manager("M2T", "Eclipse Modeling", $PRS, true);
+update_manager("M2T", "Eclipse Modeling", $PRS, true, false, $siteXMLs);
 ?>