diff --git a/WHATSNEW b/WHATSNEW index 8bc4caa29..41a201779 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -318,6 +318,8 @@ Fixed bugs: , , or tasks was always logged to System.out instead of to the managing Task. +* printed date where it said time. + Changes from Ant 1.6.1 to Ant 1.6.2 =================================== diff --git a/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java b/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java index d20778fa3..3d9d00e67 100644 --- a/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java +++ b/src/main/org/apache/tools/ant/taskdefs/cvslib/ChangeLogWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation + * Copyright 2002-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -71,7 +71,7 @@ public class ChangeLogWriter { output.println("\t"); output.println("\t\t" + OUTPUT_DATE.format(entry.getDate()) + ""); - output.println("\t\t