Apply the same for xtext and xpand
diff --git a/includes/downloads-scripts.php b/includes/downloads-scripts.php
index 8d7027d..0e9afeb 100755
--- a/includes/downloads-scripts.php
+++ b/includes/downloads-scripts.php
@@ -817,7 +817,7 @@
 	}
 	$ret .= createFileLinks($dls, $PWD, $branch, $ID, $pre2, $filePre[$proj], $ziplabel);
 
-    if($projct != "mwe") {
+    if($projct != "mwe" && $projct != "xpand" && $projct != "xtext" ) {
 	$ret .= $extraTestsResults[2];
 	$ret .= getBuildArtifacts("$PWD", "$branch/$ID");
 	}