Add bundle mapping for tools.ptp.
diff --git a/downloads/scan.php b/downloads/scan.php
index ca0b7b1..35e62fd 100755
--- a/downloads/scan.php
+++ b/downloads/scan.php
@@ -156,6 +156,8 @@
 	if (preg_match('/^uml2\.articles\.jar/', $bundle)) return 'modeling.mdt.uml2';

 	if (preg_match('/^org\.eclipse\.m2m\.atl/', $bundle)) return 'modeling.mmt.atl';
 	if (preg_match('/^org\.eclipse\.emf\.compare/', $bundle)) return 'modeling.emfcompare';
+	
+	if (preg_match('/^org\.eclipse\.remote/', $bundle)) return 'tools.ptp';
 		
 	// Try to guess based on the namespaces we've assembled from the projects.
 	global $_namespaceToProjects;