[397017] Move EMF Query website to git
diff --git a/downloads/downloads-scripts.php b/downloads/downloads-scripts.php
index e1b6c37..545644e 100644
--- a/downloads/downloads-scripts.php
+++ b/downloads/downloads-scripts.php
@@ -155,23 +155,6 @@
 
 	$cnt=-1; // for use with static prefix list
 
-	if (!isset($dls[$proj]) && isset($dls["/"]))
-	{
-		$dls[$proj] = $dls["/"];
-	}
-	if (!isset($dls[$proj]))
-	{
-		// set default
-		$flip = array_flip($projects);
-		$dls[$proj] = array($flip[$proj] => array(
-				"<acronym title=\"Archived Update Site\"><img alt=\"Click to download archived All-In-One p2 Repo Update Site\" src=\"/modeling/images/dl-icon-update-zip.gif\"/> <b style=\"color:green\">All-In-One Update Site</b></acronym>" => "emf-query-Update",
-				"SDK (Runtime, Source)" => "emf-query-SDK",
-				"Runtime" => "emf-query-runtime",
-				"Examples" => "emf-query-examples",
-				"Automated Tests" => "emf-query-automated-tests"
-		));
-	}
-
 	$echo_out_all = "";
 
 	if (!$showBuildResults)
diff --git a/downloads/index.php b/downloads/index.php
index 4ed59b4..1042d20 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -39,13 +39,13 @@
 		 		"Automated Tests" => "automated-tests"
 		 )
 		),*/
-		"/emf-query" => array(
+		"query" => array(
 				"EMF Query" => array(
 						"<acronym title=\"Click to download archived All-In-One p2 Repo Update Site\"><img alt=\"Click to download archived All-In-One p2 Repo Update Site\" src=\"/modeling/images/dl-icon-update-zip.gif\"/> <b style=\"color:green\">All-In-One Update Site</b></acronym>" => "Update",
-			 		"SDK (Runtime, Source)" => "SDK",
-			 		"Runtime" => "runtime",
-			 		"Examples" => "examples",
-		 			"Automated Tests" => "automated-tests"
+			 		"SDK (Runtime, Source)" => "emf-query-SDK",
+			 		"Runtime" => "emf-query-runtime",
+			 		"Examples" => "emf-query-examples",
+		 			"Automated Tests" => "emf-query-automated-tests"
 				)
 		),
 );