Browse Source

2005

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277589 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
5ffacddada
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      docs/manual/CoreTasks/ear.html
  2. +1
    -1
      docs/manual/CoreTasks/jar.html
  3. +1
    -1
      docs/manual/CoreTasks/war.html
  4. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/ZipTest.java

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

@@ -156,7 +156,7 @@ ignored and you will get a warning.</p>
&lt;/ear&gt;
</pre>
<hr>
<p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2005 The Apache Software Foundation. All rights
Reserved.</p>

</body>


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

@@ -312,7 +312,7 @@ Name: common/class1.class
Sealed: false</code></pre>

<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/CoreTasks/war.html View File

@@ -218,7 +218,7 @@ jar xvf yourwebapp.war shows the same behaviour before filing another
report.

<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/testcases/org/apache/tools/ant/taskdefs/ZipTest.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.


Loading…
Cancel
Save