]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/Clone.java
1. Merge ModuleDefinitions to MsaHeader
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / Clone.java
index 3d8c267484e5290e81ae4ec9726be05e1c4076c8..68aef5eb35dd06dfca07aa330ed7b5a77b681799 100644 (file)
@@ -723,7 +723,7 @@ public class Clone extends IDialog {
             //\r
             trg = getModulePath();\r
             newId.setPath(trg);\r
-            vFiles = wt.getAllModuleFilesPath(src);\r
+            vFiles = wt.getAllFilesPathOfModule(src);\r
 \r
             //\r
             // First copy all files to new directory\r
@@ -787,7 +787,7 @@ public class Clone extends IDialog {
             //\r
             trg = this.getPackagePath();\r
             newId.setPath(trg);\r
-            vFiles = wt.getAllPakcageFilesPath(src);\r
+            vFiles = wt.getAllFilesPathOfPakcage(src);\r
 \r
             //\r
             // First copy all files to new directory\r