Browse Source

2005

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277622 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
cf850ea7b4
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs/manual/CoreTasks/apt.html
  2. +1
    -1
      docs/manual/CoreTasks/signjar.html
  3. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java

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

@@ -145,7 +145,7 @@ This may involve more build file coding, but the speedup gained from switching
to jikes may justify the effort.
<p>
</p><hr>
<p align="center">Copyright &copy; 2004 The Apache Software Foundation.
<p align="center">Copyright &copy; 2004-2005 The Apache Software Foundation.
All rights Reserved.</p>

</body></html>

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

@@ -128,7 +128,7 @@ alias=&quot;apache-group&quot; storepass=&quot;secret&quot;/&gt;</code></p>
<p>signs the ant.jar with alias &quot;apache-group&quot; accessing the
keystore and private key via &quot;secret&quot; password.</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/taskdefs/optional/Rpm.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2004 The Apache Software Foundation
* Copyright 2001-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