Merge branch 'master' of git+ssh://dhubner@git.eclipse.org/gitroot/www.eclipse.org/modeling.git
diff --git a/includes/downloads-scripts.php b/includes/downloads-scripts.php
index d1722e0..8d7027d 100755
--- a/includes/downloads-scripts.php
+++ b/includes/downloads-scripts.php
@@ -1007,7 +1007,10 @@
 		}
 		else
 		{
-			$ret .= "<li><i>Missing or empty build.cfg!</i></li>\n";
+			if($projct != "mwe") {
+				$ret .= "<li><i>Missing or empty build.cfg!</i></li>\n";
+			}
+			
 		}
 		$ret .= "</ul>\n";
 		$ret .= "</li>\n";