Map org.eclipse.fx to technology.efxclipse
diff --git a/downloads/scan.php b/downloads/scan.php
index 0333663..de48cd0 100755
--- a/downloads/scan.php
+++ b/downloads/scan.php
@@ -67,6 +67,7 @@
 function findEclipseProjectId($bundle) {
 	// Hack to handle special cases...
 	// FIXME This has gotten way out of hand. Rework. Refactor.
+	if (preg_match('/^org\.eclipse\.fx/', $bundle)) return 'technology.efxclipse';
 	if (preg_match("/^ch\\.ethz\\.iks\\.slp/", $bundle)) return 'rt.ecf';
 	if (preg_match("/^eclipselink/", $bundle)) return 'rt.eclipselink';
 	if (preg_match("/^org\\.eclipse\\.persistence/", $bundle)) return 'rt.eclipselink';