]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/Clone.java
1. Fix EDKT483 FrameworkWizard Should support multiple msa files in a same directory
[mirror_edk2.git] / Tools / Java / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / Clone.java
index 6264a409e42be58166e275b3d680883452336e49..f4aebe0483680d6252592c2a21932197713a48cb 100644 (file)
@@ -709,10 +709,16 @@ public class Clone extends IDialog {
                 Log.wrn("Clone", "The target module already exists!");\r
                 return false;\r
             }\r
-            if (GlobalData.isDuplicateRelativePath(Tools.getFilePathOnly(trg), mode)) {\r
-                Log.wrn("Clone", "There already exists a same directory with a module");\r
-                return false;\r
-            }\r
+            \r
+            //\r
+            // Check if path already exists\r
+            // Currently we allow user to add multiple msa files in one same directory\r
+            // Remove this checkpoint\r
+            //\r
+//            if (GlobalData.isDuplicateRelativePath(Tools.getFilePathOnly(trg), mode)) {\r
+//                Log.wrn("Clone", "There already exists a same directory with a module");\r
+//                return false;\r
+//            }\r
             \r
             return checkId(mode);\r
         }\r