org.eclipse.gymnast namespace is claimed by emfatic
diff --git a/downloads/scan.php b/downloads/scan.php
index 3aa5629..15e6e59 100755
--- a/downloads/scan.php
+++ b/downloads/scan.php
@@ -59,6 +59,7 @@
 	if (preg_match('/^compositeArtifacts-?\d+.jar$/', $bundle)) return true;
 	if (preg_match('/^compositeContent-?\d+.jar$/', $bundle)) return true;
 	if (preg_match('/^com\.mycorp\.examples/', $bundle)) return true;
+	if (preg_match('/^\._/', $bundle)) return true;
 	return false;
 }
 
@@ -164,6 +165,8 @@
 	if (preg_match('/^stardust-/', $bundle)) return 'soa.stardust';
 	if (preg_match('/-eclipse01.jar$/', $bundle)) return 'soa.stardust';
 	
+	if (preg_match('/^org\.eclipse\.gymnast/', $bundle)) return 'modeling.emft.emfatic';
+	
 	// Try to guess based on the namespaces we've assembled from the projects.
 	global $_namespaceToProjects;