[397017] Move EMF Query website to git
diff --git a/downloads/downloads-scripts.php b/downloads/downloads-scripts.php
index 53a2e33..76607ef 100644
--- a/downloads/downloads-scripts.php
+++ b/downloads/downloads-scripts.php
@@ -165,9 +165,10 @@
 		$flip = array_flip($projects);
 		$dls[$proj] = array($flip[$projct] => 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-sdk-query",
-				"Runtime" => "emf-query",
-				"Automated Tests" => "emf-tests-query"
+				"SDK (Runtime, Source)" => "emf-query-SDK",
+				"Runtime" => "emf-query-runtime",
+				"Examples" => "emf-query-examples",
+				"Automated Tests" => "emf-query-automated-tests"
 		));
 	}