перенос проходов в центральный модуль
This commit is contained in:
@@ -69,7 +69,7 @@ public class DownloadDVMPackages extends Pass<Vector<Integer>> {
|
||||
//---
|
||||
Utils_.bytesToFile(packed_package.getKey(), results_zip);
|
||||
Utils_.bytesToFile(packed_package.getValue(), dvmPackage.getJsonFile());
|
||||
passes.get(PassCode.UnzipFolderPass).Do(results_zip.getAbsolutePath(), workspace.getAbsolutePath());
|
||||
Global.mainModule.getPass(PassCode.UnzipFolderPass).Do(results_zip.getAbsolutePath(), workspace.getAbsolutePath());
|
||||
FileUtils.writeStringToFile(loaded, new Date().toString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user