|
@@ -739,7 +739,7 @@ public class Project { |
|
|
|
|
|
|
|
|
if (overwrite || |
|
|
if (overwrite || |
|
|
destFile.lastModified() < sourceFile.lastModified()) { |
|
|
destFile.lastModified() < sourceFile.lastModified()) { |
|
|
log("Copy: " + sourceFile.getAbsolutePath() + " > " |
|
|
|
|
|
|
|
|
log("Copy: " + sourceFile.getAbsolutePath() + " -> " |
|
|
+ destFile.getAbsolutePath(), MSG_VERBOSE); |
|
|
+ destFile.getAbsolutePath(), MSG_VERBOSE); |
|
|
|
|
|
|
|
|
// ensure that parent dir of dest file exists! |
|
|
// ensure that parent dir of dest file exists! |
|
|