(1) Make sure there is a Copyright notice on all visible files. (2) Make sure all years in which the file has been modified are listed. (3) Make sure the format is consistent, i.e. separate consecutive years with a dash, not a comma. When Stephane changed starteam.html it has been 2001 in France but 2002 in Australia - does that mean we add 2002 to the Copyright line or not? ;-) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270652 13f79535-47bb-0310-9956-ffa450edef68master
@@ -3,7 +3,8 @@ | |||||
* The Apache Software License, Version 1.1 | * The Apache Software License, Version 1.1 | ||||
* ============================================================================ | * ============================================================================ | ||||
* | * | ||||
* Copyright (C) 1999 The Apache Software Foundation. All rights reserved. | |||||
* Copyright (C) 1999-2002 The Apache Software Foundation. All | |||||
* rights reserved. | |||||
* | * | ||||
* Redistribution and use in source and binary forms, with or without modifica- | * Redistribution and use in source and binary forms, with or without modifica- | ||||
* tion, are permitted provided that the following conditions are met: | * tion, are permitted provided that the following conditions are met: | ||||
@@ -219,7 +219,7 @@ a <code><path></code> with the id <code>path1</code>, but | |||||
new project using the id <code>path2</code>.</p> | new project using the id <code>path2</code>.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -106,7 +106,7 @@ optionally changing their id.</p> | |||||
<p>will copy the parent's definition of <code>path1</code> into the | <p>will copy the parent's definition of <code>path1</code> into the | ||||
new project using the id <code>path2</code>.</p> | new project using the id <code>path2</code>.</p> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -35,7 +35,7 @@ listed as <code>#IMPLIED</code>.</p> | |||||
<blockquote><pre> | <blockquote><pre> | ||||
<antstructure output="project.dtd"/> | <antstructure output="project.dtd"/> | ||||
</pre></blockquote> | </pre></blockquote> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -199,7 +199,7 @@ of all files separated by spaces.</p> | |||||
<code>.o</code>, replacing TARGETFILE with the absolute filename of | <code>.o</code>, replacing TARGETFILE with the absolute filename of | ||||
the <code>.o</code> and SOURCEFILE with the absolute name of the | the <code>.o</code> and SOURCEFILE with the absolute name of the | ||||
<code>.c</code> file.</p> | <code>.c</code> file.</p> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -114,7 +114,7 @@ if the class <code>javax.xml.transform.Transformer</code> is found in the classp | |||||
<p>sets the <code>have.extras</code> property to the value "true" | <p>sets the <code>have.extras</code> property to the value "true" | ||||
if the resource-file <code>extratasks.properties</code> is found. | if the resource-file <code>extratasks.properties</code> is found. | ||||
</p> | </p> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -144,7 +144,7 @@ When working with more than one file, if condition and/or verifyproperty is used | |||||
the result will be true only if the checksums matched correctly for all files being | the result will be true only if the checksums matched correctly for all files being | ||||
considered. | considered. | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -114,7 +114,7 @@ below any directory named trial) writable for members of the same | |||||
group on a UNIX system. In addition all files belonging to a FileSet | group on a UNIX system. In addition all files belonging to a FileSet | ||||
with <code>id</code> <code>other.shared.sources</code> get the same | with <code>id</code> <code>other.shared.sources</code> get the same | ||||
permissions.</p> | permissions.</p> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -36,7 +36,7 @@ | |||||
</table> | </table> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -186,7 +186,7 @@ TCP/IP listener at the specified host and port.</p> | |||||
</table> | </table> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2001 Apache Software | |||||
<p align="center">Copyright © 2001-2002 Apache Software | |||||
Foundation. All rights Reserved.</p> | Foundation. All rights Reserved.</p> | ||||
</body> | </body> |
@@ -146,7 +146,7 @@ is caused by the lack of any means to query or set file permissions in the | |||||
current Java runtimes. If you need a permission preserving copy function, | current Java runtimes. If you need a permission preserving copy function, | ||||
use <exec executable="cp" ... > instead. | use <exec executable="cp" ... > instead. | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -112,7 +112,7 @@ recursively. All java files are copied, except for files with the name <code>Tes | |||||
<p>copies the directory <code>${src}/resources</code> to <code>${dist}</code> | <p>copies the directory <code>${src}/resources</code> to <code>${dist}</code> | ||||
recursively. All java files are copied, except for the files under the <code>mypackage/test</code> | recursively. All java files are copied, except for the files under the <code>mypackage/test</code> | ||||
directory.</p> | directory.</p> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -51,7 +51,7 @@ does not exist.</p> | |||||
<p><code><copyfile src="${src}/index.html" dest="${dist}/help/index.html" | <p><code><copyfile src="${src}/index.html" dest="${dist}/help/index.html" | ||||
/></code></p> | /></code></p> | ||||
</blockquote> | </blockquote> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -115,7 +115,7 @@ repository pointed to by the cvsRoot attribute, and stores the files in "${ | |||||
before the command, and any command options should appear after the command as in the diff example | before the command, and any command options should appear after the command as in the diff example | ||||
above. See <a href="http://www.cvshome.org/docs/manual/index.html" target="_top">the cvs manual</a> for details, | above. See <a href="http://www.cvshome.org/docs/manual/index.html" target="_top">the cvs manual</a> for details, | ||||
specifically the <a href="http://www.cvshome.org/docs/manual/cvs_16.html" target="_top">Guide to CVS commands</a></p> | specifically the <a href="http://www.cvshome.org/docs/manual/cvs_16.html" target="_top">Guide to CVS commands</a></p> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -39,6 +39,9 @@ | |||||
/></pre> | /></pre> | ||||
<p>Adds an entry into the ~/.cvspass password file.</p> | <p>Adds an entry into the ~/.cvspass password file.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -114,7 +114,7 @@ and any sub-directories.</p> | |||||
</pre> | </pre> | ||||
<p>deletes all files and subdirectories of <code>build</code>, including | <p>deletes all files and subdirectories of <code>build</code>, including | ||||
<code>build</code> itself.</p> | <code>build</code> itself.</p> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -32,7 +32,7 @@ subdirectories.</p> | |||||
<pre> <deltree dir="${dist}"/></pre> | <pre> <deltree dir="${dist}"/></pre> | ||||
<p>deletes the directory <code>${dist}</code>, including its files and | <p>deletes the directory <code>${dist}</code>, including its files and | ||||
subdirectories.</p> | subdirectories.</p> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -124,7 +124,7 @@ use filesets instead of filelists for the source files. | |||||
</p> | </p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. | |||||
All rights | All rights | ||||
Reserved.</p> | Reserved.</p> | ||||
@@ -112,7 +112,7 @@ ignored and you will get a warning.</p> | |||||
</ear> | </ear> | ||||
</pre> | </pre> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -83,7 +83,7 @@ Note the use of a double $ symbol to stop Ant | |||||
filtering out the single $ during variable expansion | filtering out the single $ during variable expansion | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -166,7 +166,7 @@ sub process is killed and a message printed to the log. The return | |||||
value of the execution will be "-1", which will halt the build if | value of the execution will be "-1", which will halt the build if | ||||
<tt>failonerror=true</tt>, but be ignored otherwise. | <tt>failonerror=true</tt>, but be ignored otherwise. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -59,7 +59,7 @@ build.xml:4: Something wrong here. | |||||
<p>will give the same result as above.</p> | <p>will give the same result as above.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -55,7 +55,7 @@ will read all property entries from the <i>deploy_env.properties</i> file | |||||
and set these as filters. | and set these as filters. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -267,7 +267,7 @@ EOF characters are left alone if run on | |||||
DOS systems, and are removed if run on Unix systems. | DOS systems, and are removed if run on Unix systems. | ||||
You never know what editor a user will use to browse README's.</p> | You never know what editor a user will use to browse README's.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -96,7 +96,7 @@ | |||||
</genkey></code></pre> | </genkey></code></pre> | ||||
</blockquote> | </blockquote> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -98,7 +98,7 @@ for progress information. | |||||
Fetches some file from a server with access control. Because https is being used the | Fetches some file from a server with access control. Because https is being used the | ||||
fact that basic auth sends passwords in plaintext is moot. | fact that basic auth sends passwords in plaintext is moot. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -84,7 +84,7 @@ to exit build with following message "Build abborted by user.".</p> | |||||
property <code>db.user</code> to the value entered by the user.</p> | property <code>db.user</code> to the value entered by the user.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -210,7 +210,7 @@ Name: common/class1.class | |||||
Sealed: false</code></pre> | Sealed: false</code></pre> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -150,7 +150,7 @@ and with a maximum memory of 128MB. Any non zero return code breaks the build. | |||||
JVM, as it takes different parameters for other JVMs, | JVM, as it takes different parameters for other JVMs, | ||||
That JVM can be started from <exec> if required. | That JVM can be started from <exec> if required. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -425,7 +425,7 @@ build.compiler.warnings is "true" while all others are "false&quo | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -569,7 +569,7 @@ respectively.</p> | |||||
</javadoc></pre> | </javadoc></pre> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -65,7 +65,7 @@ Load a file, don't fail if it is missing (a message is printed, though) | |||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -77,7 +77,7 @@ body may be specified. To send binary attachments the optional | |||||
<i>Results of nightly build</i> and includes the contents of <i>build.log</i> | <i>Results of nightly build</i> and includes the contents of <i>build.log</i> | ||||
in the body of the message.</p> | in the body of the message.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -103,6 +103,9 @@ Created-By: Apache Ant 1.5alpha | |||||
Name: common/class1.class | Name: common/class1.class | ||||
Sealed: false</code></pre> | Sealed: false</code></pre> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -30,7 +30,7 @@ necessary.</p> | |||||
<pre><mkdir dir="${dist}/lib"/></pre> | <pre><mkdir dir="${dist}/lib"/></pre> | ||||
<p>creates a directory <code>${dist}/lib</code>.</p> | <p>creates a directory <code>${dist}/lib</code>.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -111,7 +111,7 @@ in a directory.</b></p> | |||||
</move> | </move> | ||||
</pre> | </pre> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -363,7 +363,7 @@ specified.</p></td> | |||||
</table> | </table> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -40,7 +40,7 @@ always generated</p> | |||||
/></code></p> | /></code></p> | ||||
</blockquote> | </blockquote> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -76,7 +76,7 @@ noted above, you need to be careful that the two tasks are independent, both in | |||||
terms of their dependencies and in terms of their potential interactions in | terms of their dependencies and in terms of their potential interactions in | ||||
Ant's external environment.</p> | Ant's external environment.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -69,7 +69,7 @@ the diff output looked like</p> | |||||
</pre> | </pre> | ||||
the leading <i>a/</i> will be stripped. | the leading <i>a/</i> will be stripped. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -189,6 +189,9 @@ list of files. | |||||
</p> | </p> | ||||
<hr> | <hr> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -141,7 +141,7 @@ Two of the values are shown being echoed. | |||||
</p> | </p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -150,7 +150,7 @@ future. They include things like the following:</p> | |||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -41,7 +41,7 @@ | |||||
and <code>version</code> being predefined properties). If a file named <code>${name}-${version}.jar</code> | and <code>version</code> being predefined properties). If a file named <code>${name}-${version}.jar</code> | ||||
already exists, it will be removed prior to renaming <code>foo.jar</code>.</p> | already exists, it will be removed prior to renaming <code>foo.jar</code>.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -169,7 +169,7 @@ token]]></replacevalue> | |||||
<p><b>Note:</b> It is possible to use either the <i>token</i>/<code><replacetoken></code> and <i>value</i>/<code><replacevalue></code> attributes/elements, the nested replacefilter elements, or both in the same operation. | <p><b>Note:</b> It is possible to use either the <i>token</i>/<code><replacetoken></code> and <i>value</i>/<code><replacevalue></code> attributes/elements, the nested replacefilter elements, or both in the same operation. | ||||
</p> | </p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -177,7 +177,7 @@ files below <code>${build}/classes</code> whose classname starts with | |||||
<code>${build}/classes</code>.</p> | <code>${build}/classes</code>.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -33,7 +33,7 @@ sequential task.</p> | |||||
sequence, while another task is being executed in a separate thread. </p> | sequence, while another task is being executed in a separate thread. </p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -108,7 +108,7 @@ alias="apache-group" storepass="secret"/></code></p> | |||||
<p>signs the ant.jar with alias "apache-group" accessing the | <p>signs the ant.jar with alias "apache-group" accessing the | ||||
keystore and private key via "secret" password.</p> | keystore and private key via "secret" password.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -63,7 +63,7 @@ Sleep for about 2 seconds. | |||||
Sleep for no time at all. This may yield the CPU time to another thread or process. | Sleep for no time at all. This may yield the CPU time to another thread or process. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -270,7 +270,8 @@ truncate table some_other_table; | |||||
</sql> | </sql> | ||||
</pre></blockquote> | </pre></blockquote> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -191,7 +191,7 @@ nested <code><classpath></code>, as well - that is, a | |||||
</p> | </p> | ||||
</blockquote> | </blockquote> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -177,7 +177,7 @@ of a directory, so <code>${dist.name}</code> is a valid path relative | |||||
to <code>${dist.name}/..</code>.</p> | to <code>${dist.name}/..</code>.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -70,7 +70,7 @@ href="../using.html#path">PATH like structure</a> and can also be set via a nest | |||||
<p>makes a task called <code>myjavadoc</code> available to Ant. The class <code>com.mydomain.JavadocTask</code> | <p>makes a task called <code>myjavadoc</code> available to Ant. The class <code>com.mydomain.JavadocTask</code> | ||||
implements the task.</p> | implements the task.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -57,7 +57,7 @@ hour times).</p> | |||||
<p>changes the modification time to Oct, 09 1974 4:30 pm of all files and directories | <p>changes the modification time to Oct, 09 1974 4:30 pm of all files and directories | ||||
found in <code>src_dir</code>. </p> | found in <code>src_dir</code>. </p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -126,7 +126,7 @@ Creates a timestamp, in the property touch.time, 5 hours before the current time | |||||
is suitable for use with the <touch> task</p> | is suitable for use with the <touch> task</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights Reserved.</p> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -73,7 +73,7 @@ via a nested <i>classpath</i> element.</p> | |||||
<p>makes a data type called <code>urlset</code> available to Ant. The | <p>makes a data type called <code>urlset</code> available to Ant. The | ||||
class <code>com.mydomain.URLSet</code> implements this type.</p> | class <code>com.mydomain.URLSet</code> implements this type.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software | |||||
<p align="center">Copyright © 2001 Apache Software | |||||
Foundation. All rights Reserved.</p> | Foundation. All rights Reserved.</p> | ||||
</body> | </body> | ||||
@@ -56,7 +56,7 @@ does not exist.</p> | |||||
subdir is a directory).</p> | subdir is a directory).</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -82,7 +82,7 @@ to perform unarchival upon. | |||||
</pre></p> | </pre></p> | ||||
</blockquote> | </blockquote> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -59,7 +59,7 @@ if the <i>${deploy}/xmlClasses.jar</i> is more up to date than any of the DTD fi | |||||
</uptodate></pre> | </uptodate></pre> | ||||
<p>as well.</p> | <p>as well.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -109,7 +109,7 @@ true within the specified time.</p> | |||||
<p>waits up to 10 seconds for a server on the dbserver machine to begin listening | <p>waits up to 10 seconds for a server on the dbserver machine to begin listening | ||||
on port 1521 and for the http://webserver/mypage.html web page | on port 1521 and for the http://webserver/mypage.html web page | ||||
to become available.</p> | to become available.</p> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -161,7 +161,7 @@ using Ant's default manifest file. The content of | |||||
<code>WEB-INF/web.xml</code> is identical to | <code>WEB-INF/web.xml</code> is identical to | ||||
<code>src/metadata/myapp.xml</code>. | <code>src/metadata/myapp.xml</code>. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -189,7 +189,7 @@ under <code>docs/examples</code>. The archive might end up containing the files | |||||
docs/examples/index.html | docs/examples/index.html | ||||
</code></pre> | </code></pre> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001-2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -20,7 +20,7 @@ the large, complex bar project. | |||||
</description> | </description> | ||||
</pre> | </pre> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -56,7 +56,7 @@ actually exist. | |||||
<p>Same files as the example above.</p> | <p>Same files as the example above.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -91,7 +91,7 @@ name.</p> | |||||
same patterns as the example above.</p> | same patterns as the example above.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -114,5 +114,5 @@ but wish to replace the token %DATE* with todays date.</p> | |||||
<HR> | <HR> | ||||
<P align=center>Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<P align=center>Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</P></BODY></HTML> | Reserved.</P></BODY></HTML> |
@@ -367,7 +367,7 @@ with <code><uptodate></code> and <code><junit></code> output.</p> | |||||
</table> | </table> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -160,7 +160,7 @@ that it should be used only if a property is not set.</p> | |||||
<code>some-other-file</code> points to, if a property of that name has | <code>some-other-file</code> points to, if a property of that name has | ||||
been defined.</p> | been defined.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -91,7 +91,7 @@ | |||||
<HR> | <HR> | ||||
<P ALIGN="center">Copyright © 2000,2001 Apache Software Foundation. All | |||||
<P ALIGN="center">Copyright © 2001 Apache Software Foundation. All | |||||
rights Reserved.</P> | rights Reserved.</P> | ||||
</BODY> | </BODY> | ||||
@@ -36,4 +36,7 @@ compile.</p> | |||||
Jext. With a double-click on the error-message you jump to the error | Jext. With a double-click on the error-message you jump to the error | ||||
in the specified java text file.</p> | in the specified java text file.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body></html> | </body></html> |
@@ -3,7 +3,8 @@ | |||||
* The Apache Software License, Version 1.1 | * The Apache Software License, Version 1.1 | ||||
* ============================================================================ | * ============================================================================ | ||||
* | * | ||||
* Copyright (C) 1999 The Apache Software Foundation. All rights reserved. | |||||
* Copyright (C) 1999-2002 The Apache Software Foundation. All | |||||
* rights reserved. | |||||
* | * | ||||
* Redistribution and use in source and binary forms, with or without modifica- | * Redistribution and use in source and binary forms, with or without modifica- | ||||
* tion, are permitted provided that the following conditions are met: | * tion, are permitted provided that the following conditions are met: | ||||
@@ -92,7 +92,7 @@ The verify phase is turned on and the generate client phase as well. | |||||
</pre> | </pre> | ||||
<h3> </h3> | <h3> </h3> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -57,7 +57,7 @@ | |||||
</pre> | </pre> | ||||
<pre> </pre> | <pre> </pre> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -105,7 +105,7 @@ href="../using.html#arg">Command line arguments</a>.</p> | |||||
</p> | </p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -122,7 +122,7 @@ directory api are archived, and files with the name todo.html are | |||||
excluded. Output from the cabarc tool is displayed in the build | excluded. Output from the cabarc tool is displayed in the build | ||||
output.</p> | output.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -230,6 +230,9 @@ Create a Continuus task. | |||||
<p>Creates a task for the release <i>ANTCCM_TEST</i> with the | <p>Creates a task for the release <i>ANTCCM_TEST</i> with the | ||||
current user as the resolver for this task.</p> | current user as the resolver for this task.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -253,6 +253,9 @@ A graphical dialog will be displayed. The output will be logged to | |||||
<i>log.log</i> and it will overwrite any hijacked files. The modified | <i>log.log</i> and it will overwrite any hijacked files. The modified | ||||
time will be set to the current time.</p> | time will be set to the current time.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -160,7 +160,7 @@ the javac task. In this instance the depend task caches its dependency | |||||
information in the depcache directory. </p> | information in the depcache directory. </p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. | |||||
All rights | All rights | ||||
Reserved.</p> | Reserved.</p> | ||||
@@ -1283,6 +1283,9 @@ local DTDs are found in the [iAS-install-directory]/dtd directory. | |||||
location="${ias.home}/APPS/IASEjb_jar_1_0.dtd"/> | location="${ias.home}/APPS/IASEjb_jar_1_0.dtd"/> | ||||
</ejbjar></pre> | </ejbjar></pre> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -251,7 +251,7 @@ remotedir attribute.</p> | |||||
directory. As with all other actions, the directory separator character must be correct | directory. As with all other actions, the directory separator character must be correct | ||||
according to the desires of the FTP server.</p> | according to the desires of the FTP server.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -159,7 +159,7 @@ Instruments Java classes with <a href="http://www.reliable-systems.com/tools/">i | |||||
</pre> | </pre> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -172,7 +172,7 @@ | |||||
</p> | </p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. | |||||
All rights | All rights | ||||
Reserved.</p> | Reserved.</p> | ||||
@@ -111,6 +111,9 @@ describe its progress.</p> | |||||
<hr> | <hr> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -117,6 +117,8 @@ This invokes JDepend in a separate VM on the <code>src</code> and <code>testsrc< | |||||
The classpath is defined using nested elements. | The classpath is defined using nested elements. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -173,6 +173,8 @@ grammar file, Parser.jj, file to build/src. The grammar option NODE_USES_PARSER | |||||
is set to true when invoking JJTree. | is set to true when invoking JJTree. | ||||
<br> | <br> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -133,6 +133,9 @@ namely bar.class and barnone/myClass.zip | |||||
</jlink> | </jlink> | ||||
</pre> | </pre> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -533,5 +533,8 @@ one for JUnit. It needs either Xalan 1.2.2 or Xalan 2.x.</p> | |||||
<param name="output.dir" expression="${basedir}/reports/html"/> | <param name="output.dir" expression="${basedir}/reports/html"/> | ||||
</style></pre> | </style></pre> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -203,7 +203,7 @@ Jasper generates JSP pages against the JSP1.3 specification -an implementation o | |||||
version 2.2 of the servlet specification is needed to compile or run the java code. | version 2.2 of the servlet specification is needed to compile or run the java code. | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -404,5 +404,8 @@ string patterns:<pre> | |||||
"junit.textui.TestRunner" | "junit.textui.TestRunner" | ||||
"java.lang.reflect.Method.invoke(" | "java.lang.reflect.Method.invoke(" | ||||
"org.apache.tools.ant."</pre></p> | "org.apache.tools.ant."</pre></p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -89,6 +89,9 @@ element.</p> | |||||
<p>would generate a <tt>TESTS-TestSuites.xml</tt> file in the directory <tt>reports</tt> and | <p>would generate a <tt>TESTS-TestSuites.xml</tt> file in the directory <tt>reports</tt> and | ||||
generate the default framed report in the directory <tt>report/html</tt>.</p> | generate the default framed report in the directory <tt>report/html</tt>.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -128,5 +128,8 @@ in the current directory), it can be run in Ant as follows: | |||||
</java> | </java> | ||||
</pre> | </pre> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -88,7 +88,7 @@ Activation Framework</a> are required for this task.</p> | |||||
</fileset> | </fileset> | ||||
</mimemail> | </mimemail> | ||||
</pre> | </pre> | ||||
<hr><p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -122,5 +122,8 @@ in the current directory), it can be run in Ant as follows: | |||||
<param value="&quot;'${report.dir}'&quot;"/> | <param value="&quot;'${report.dir}'&quot;"/> | ||||
</java> | </java> | ||||
</pre> | </pre> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -112,5 +112,8 @@ structure</a>.</p> | |||||
example <tt>(JavaParser.jj)</tt> | example <tt>(JavaParser.jj)</tt> | ||||
and cleans up the intermediate Sun JavaCC file. | and cleans up the intermediate Sun JavaCC file. | ||||
</p> | </p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -132,4 +132,7 @@ | |||||
The names of the files remain the same. | The names of the files remain the same. | ||||
</p> | </p> | ||||
</body> | </body> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</html> | </html> |
@@ -269,7 +269,7 @@ supports all attributes of <code><fileset></code> | |||||
</p> | </p> | ||||
</blockquote> | </blockquote> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -550,5 +550,8 @@ and submit | |||||
<td valign="top">fixed cross platform (NT/Unix) bug<br>refactored p4 output handling code<br>refactored exec'ing code</td> | <td valign="top">fixed cross platform (NT/Unix) bug<br>refactored p4 output handling code<br>refactored exec'ing code</td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -168,5 +168,8 @@ Concatenation of strings :</p> | |||||
</pre></blockquote> | </pre></blockquote> | ||||
<p>Each time called, a "." will be appended to "progress" | <p>Each time called, a "." will be appended to "progress" | ||||
</p> | </p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -100,7 +100,7 @@ supports all attributes of <code><fileset></code> | |||||
</blockquote> | </blockquote> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -108,7 +108,7 @@ value, in the file <code>${src}/build.properties</code></p> | |||||
value, in all files ending in <code>.properties</code> in the current directory</p> | value, in all files ending in <code>.properties</code> in the current directory</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2001 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||