peterreilly    2003/12/18 01:11:38

  Modified:    src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
                        RecorderEntry.java
  Log:
  Sync with HEAD
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.11.2.1  +1 -0      
ant/src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java
  
  Index: RecorderEntry.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -r1.11 -r1.11.2.1
  --- RecorderEntry.java        21 Sep 2003 20:20:03 -0000      1.11
  +++ RecorderEntry.java        18 Dec 2003 09:11:38 -0000      1.11.2.1
  @@ -93,6 +93,7 @@
        * @param name The name of this recorder (used as the filename).
        */
       protected RecorderEntry(String name) {
  +        targetStartTime = System.currentTimeMillis();
           filename = name;
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to