You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2004/01/08 08:15:46 UTC

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs TouchTest.java

bodewig     2004/01/07 23:15:46

  Modified:    docs/manual/CoreTasks import.html touch.html
               src/main/org/apache/tools/ant/taskdefs Touch.java
               src/main/org/apache/tools/ant/types FileList.java
               src/testcases/org/apache/tools/ant/taskdefs TouchTest.java
  Log:
  2004
  
  Revision  Changes    Path
  1.9       +1 -1      ant/docs/manual/CoreTasks/import.html
  
  Index: import.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/import.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- import.html	7 Jan 2004 18:22:37 -0000	1.8
  +++ import.html	8 Jan 2004 07:15:46 -0000	1.9
  @@ -108,7 +108,7 @@
   <br>
   <br>
   <hr>
  -<p align="center">Copyright &copy; 2003 Apache Software
  +<p align="center">Copyright &copy; 2003-2004 Apache Software
   Foundation. All rights
   Reserved.</p>
   </body>
  
  
  
  1.10      +1 -1      ant/docs/manual/CoreTasks/touch.html
  
  Index: touch.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/touch.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- touch.html	7 Jan 2004 17:49:37 -0000	1.9
  +++ touch.html	8 Jan 2004 07:15:46 -0000	1.10
  @@ -64,7 +64,7 @@
   hour times), if the filesystem allows a precision of one second - a
   time close to it otherwise.</p>
   <hr>
  -<p align="center">Copyright &copy; 2000-2001,2003 Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2001,2003-2004 Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.36      +1 -1      ant/src/main/org/apache/tools/ant/taskdefs/Touch.java
  
  Index: Touch.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Touch.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- Touch.java	7 Jan 2004 17:49:37 -0000	1.35
  +++ Touch.java	8 Jan 2004 07:15:46 -0000	1.36
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2000-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.10      +2 -2      ant/src/main/org/apache/tools/ant/types/FileList.java
  
  Index: FileList.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/FileList.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FileList.java	10 Feb 2003 14:14:30 -0000	1.9
  +++ FileList.java	8 Jan 2004 07:15:46 -0000	1.10
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002,2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3       +1 -1      ant/src/testcases/org/apache/tools/ant/taskdefs/TouchTest.java
  
  Index: TouchTest.java
  ===================================================================
  RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/TouchTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TouchTest.java	7 Jan 2004 17:49:37 -0000	1.2
  +++ TouchTest.java	8 Jan 2004 07:15:46 -0000	1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2003-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org