]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/SelectModuleBelong.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 / SelectModuleBelong.java
index 70342e73cdc2098f999613f599282dfaff69068b..e2b306ac9e43a83af3f7aac5422879b88701339c 100644 (file)
@@ -540,11 +540,13 @@ public class SelectModuleBelong extends IDialog {
             \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(modulePath), mode)) {\r
-                Log.wrn("New File", "There already exists a same directory with a module");\r
-                return false;\r
-            }\r
+//            if (GlobalData.isDuplicateRelativePath(Tools.getFilePathOnly(modulePath), mode)) {\r
+//                Log.wrn("New File", "There already exists a same directory with a module");\r
+//                return false;\r
+//            }\r
             \r
             //\r
             // Check if Guid+Version is unique\r