bodewig     2005/01/20 23:12:52

  Modified:    docs/manual/CoreTasks zip.html
               docs/manual/CoreTypes mapper.html
               src/main/org/apache/tools/ant Main.java
               src/main/org/apache/tools/ant/taskdefs/repository
                        Libraries.java MavenRepository.java Repository.java
               src/testcases/org/apache/tools/ant/taskdefs
                        LibrariesTest.java
  Log:
  2005
  
  Revision  Changes    Path
  1.29      +1 -1      ant/docs/manual/CoreTasks/zip.html
  
  Index: zip.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/zip.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- zip.html  18 Jan 2005 12:35:37 -0000      1.28
  +++ zip.html  21 Jan 2005 07:12:52 -0000      1.29
  @@ -266,7 +266,7 @@
   <p>
   <p>zips all files in the <code>htdocs/manual</code> directory into the 
<code>docs/user-guide</code> directory in the archive and includes all the 
files in any file that maches <code>examples*.zip</code>, such as all files 
within <code>examples1.zip</code> or <code>examples_for_brian.zip</code>.
   <hr>
  -<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. 
All rights
  +<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. 
All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.23      +1 -1      ant/docs/manual/CoreTypes/mapper.html
  
  Index: mapper.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTypes/mapper.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- mapper.html       18 Jan 2005 23:22:17 -0000      1.22
  +++ mapper.html       21 Jan 2005 07:12:52 -0000      1.23
  @@ -683,7 +683,7 @@
       <code>&lt;mapper <b>type</b>&gt;</code> attribute.
     </p>
   <hr>
  -<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. 
All rights
  +<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. 
All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.115     +1 -1      ant/src/main/org/apache/tools/ant/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Main.java,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- Main.java 20 Jan 2005 15:58:47 -0000      1.114
  +++ Main.java 21 Jan 2005 07:12:52 -0000      1.115
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright 2000-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.
  
  
  
  1.5       +1 -1      
ant/src/main/org/apache/tools/ant/taskdefs/repository/Libraries.java
  
  Index: Libraries.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/repository/Libraries.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Libraries.java    20 Jan 2005 15:59:52 -0000      1.4
  +++ Libraries.java    21 Jan 2005 07:12:52 -0000      1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2004 The Apache Software Foundation
  + * Copyright 2004-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.
  
  
  
  1.5       +1 -1      
ant/src/main/org/apache/tools/ant/taskdefs/repository/MavenRepository.java
  
  Index: MavenRepository.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/repository/MavenRepository.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MavenRepository.java      20 Jan 2005 15:59:52 -0000      1.4
  +++ MavenRepository.java      21 Jan 2005 07:12:52 -0000      1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2004 The Apache Software Foundation
  + * Copyright 2004-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.
  
  
  
  1.4       +1 -1      
ant/src/main/org/apache/tools/ant/taskdefs/repository/Repository.java
  
  Index: Repository.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/repository/Repository.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Repository.java   20 Jan 2005 15:59:52 -0000      1.3
  +++ Repository.java   21 Jan 2005 07:12:52 -0000      1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2004 The Apache Software Foundation
  + * Copyright 2004-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.
  
  
  
  1.5       +1 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/LibrariesTest.java
  
  Index: LibrariesTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/LibrariesTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LibrariesTest.java        20 Jan 2005 15:59:52 -0000      1.4
  +++ LibrariesTest.java        21 Jan 2005 07:12:52 -0000      1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2004 The Apache Software Foundation
  + * Copyright 2004-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.
  
  
  

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

Reply via email to