diff --git a/src/main/org/apache/tools/ant/util/FileUtils.java b/src/main/org/apache/tools/ant/util/FileUtils.java index 640da850a..f345c26d4 100644 --- a/src/main/org/apache/tools/ant/util/FileUtils.java +++ b/src/main/org/apache/tools/ant/util/FileUtils.java @@ -91,7 +91,7 @@ public class FileUtils { * NTFS has a granularity of 100 nanoseconds, which is less * than 1 millisecond, so we set this to 0. */ - public static final long NTFS_FILE_TIMESTAMP_GRANULARITY = 0; + public static final long NTFS_FILE_TIMESTAMP_GRANULARITY = 1; // stolen from FilePathToURI of the Xerces-J team static {