Separate download link to xtend2 generators feature
diff --git a/downloads/downloads-scripts.php b/downloads/downloads-scripts.php
index 39d7e1f..d2af977 100644
--- a/downloads/downloads-scripts.php
+++ b/downloads/downloads-scripts.php
@@ -164,11 +164,11 @@
 		$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=\"/gmf-tooling/images/download-update-zip.gif\"/> <b style=\"color:green\">All-In-One Update Site</b></acronym>" => "-update",
-				"SDK (Tooling, Source)" => "-tooling-sdk",
-				"Runtime" => "-tooling-runtime",
-				"Runtime source"=>"-tooling-runtime-source",
+				"SDK (Tooling, Runtime Extension)" => "-tooling-sdk",
+				"Runtime Extension only" => "-tooling-runtime",
 				"Automated Tests" => "-tests",
-				"Simplemap"=>"-tooling-simplemap",
+				"Simplemap (Optional, Requires SDK)"=>"-tooling-simplemap",
+				"Xtend2 Generators (Optional, Requires SDK)"=>"-tooling-xtend2",
 		));
 	}