[470240] Adjust introduction text.
diff --git a/downloads/downloads-common.php b/downloads/downloads-common.php
index 46dab9e..081fa9c 100755
--- a/downloads/downloads-common.php
+++ b/downloads/downloads-common.php
@@ -84,8 +84,8 @@
 }
 
 print "<div id=\"midcolumn\">\n";
-print "<h2>(Runnable-Form) Update-Sites and SDK archives</h2>\n";
-print "<p>This page provides a bundled update-site (in runnable form) and different SDK archives for each build of Draw2d, GEF (MVC), and Zest. The artifacts bundled in the respective archives are also provided via our (online) update-sites listed on the <a href=\"https://projects.eclipse.org/projects/tools.gef/downloads\">dashboard</a>. The GEF4 components are (currently) only provided via these update-sites.</p><p>Please note that old-style builds (common modeling build infrastructure) ship with build details (test results, build notes), while new-style builds (Hudson/Tycho) only contain a link to the Hudson build job that was promoted (so detailed information can be searched and found there). Futher, if still needed, the old version of the download page can be found <a href=\"index_old.php\">here</a>.</p>";
+print "<h2>Update-Sites and SDK archives</h2>\n";
+print "<p>This page provides an update-site archive for each build of GEF and GEF4, as well as different SDK archives for each build of Draw2d, GEF (MVC), and Zest. The artifacts bundled in the respective archives are also provided via our (online) update-sites listed on the <a href=\"https://projects.eclipse.org/projects/tools.gef/downloads\">dashboard</a>.</p><p>Please note that old-style builds (common modeling build infrastructure) ship with build details (test results, build notes), while new-style builds (Hudson/Tycho) only contain a link to the Hudson build job that was promoted (so detailed information can be searched and found there). Futher, if still needed, the old version of the download page can be found <a href=\"index_old.php\">here</a>.</p>";
 
 $branches = loadDirSimple($GEF_DROPS_DIR, ".*", "d");
 rsort($branches);