Browse Source

2005

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277406 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
42e242e090
7 changed files with 7 additions and 7 deletions
  1. +1
    -1
      docs/manual/CoreTasks/zip.html
  2. +1
    -1
      docs/manual/CoreTypes/mapper.html
  3. +1
    -1
      src/main/org/apache/tools/ant/Main.java
  4. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/repository/Libraries.java
  5. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/repository/MavenRepository.java
  6. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/repository/Repository.java
  7. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/LibrariesTest.java

+ 1
- 1
docs/manual/CoreTasks/zip.html View File

@@ -266,7 +266,7 @@ The code
<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
- 1
docs/manual/CoreTypes/mapper.html View File

@@ -683,7 +683,7 @@ with <code>&lt;uptodate&gt;</code> and <code>&lt;junit&gt;</code> output.</p>
<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
- 1
src/main/org/apache/tools/ant/Main.java View File

@@ -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
- 1
src/main/org/apache/tools/ant/taskdefs/repository/Libraries.java View File

@@ -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
- 1
src/main/org/apache/tools/ant/taskdefs/repository/MavenRepository.java View File

@@ -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
- 1
src/main/org/apache/tools/ant/taskdefs/repository/Repository.java View File

@@ -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
- 1
src/testcases/org/apache/tools/ant/taskdefs/LibrariesTest.java View File

@@ -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.


Loading…
Cancel
Save