name changes
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Wed, 7 Jul 2010 16:54:03 +0000 (18:54 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Wed, 7 Jul 2010 16:54:03 +0000 (18:54 +0200)
module-tools.py

index 52653ea..c9363f2 100755 (executable)
@@ -12,7 +12,12 @@ from optparse import OptionParser
 # a map of name changes applied in git repositories.
 RENAMED_SVN_MODULES = {
     "PLEWWW": "plewww",
-    "PLCAPI": "plcapi"
+    "PLCAPI": "plcapi",
+    "BootManager": "bootmanager",
+    "BootCD": "bootcd",
+    "VserverReference": "vserverreference",
+    "BootstrapFS": "bootstrapfs",
+    "MyPLC": "myplc"
     }
 
 def svn_to_git_name(module):