]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/Clone.java
1. Add help for ToolChainConfig
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / Clone.java
index 09e8f6d00f807a294f5e1f45585daaee8ec87e01..8f1ec6c6bab4e9ab0257256769cc3a00bdb9af4a 100644 (file)
@@ -675,7 +675,7 @@ public class Clone extends IDialog {
             //\r
             trg = getModulePath();\r
             newId.setPath(trg);\r
-            vFiles = wt.getAllModuleFiles(src);\r
+            vFiles = wt.getAllModuleFilesPath(src);\r
             \r
             //\r
             // First copy all files to new directory\r
@@ -738,7 +738,7 @@ public class Clone extends IDialog {
             //\r
             trg = this.getPackagePath();\r
             newId.setPath(trg);\r
-            vFiles = wt.getAllPakcageFiles(src);\r
+            vFiles = wt.getAllPakcageFilesPath(src);\r
             \r
             FileOperation.copyFile(src, trg);\r
             for (int index = 1; index < vFiles.size(); index++) {\r