You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2005/03/07 19:09:12 UTC

cvs commit: ant/docs/manual/CoreTasks ant.html antcall.html antstructure.html apply.html apt.html available.html basename.html buildnumber.html changelog.html checksum.html chmod.html clone.html common.html concat.html condition.html conditions.html copy.html copydir.html copyfile.html cvs.html cvspass.html cvstagdiff.html cvsversion.html defaultexcludes.html delete.html deltree.html dependset.html dirname.html ear.html echo.html exec.html fail.html filter.html fixcrlf.html genkey.html get.html gunzip.html gzip.html import.html input.html jar.html java.html javac.html javadoc.html length.html libraries.html loadfile.html loadproperties.html macrodef.html mail.html manifest.html mkdir.html move.html nice.html pack.html parallel.html patch.html pathconvert.html presetdef.html property.html recorder.html rename.html replace.html rmic.html sequential.html signjar.html sleep.html sql.html style.html sync.html tar.html taskdef.html touch.html tstamp.html typedef.html unpack.html untar.html unzip.html uptodate.html waitfor.html war.html xmlproperty.html zip.html

peterreilly    2005/03/07 10:09:12

  Modified:    docs/manual/CoreTasks ant.html antcall.html
                        antstructure.html apply.html apt.html
                        available.html basename.html buildnumber.html
                        changelog.html checksum.html chmod.html clone.html
                        common.html concat.html condition.html
                        conditions.html copy.html copydir.html
                        copyfile.html cvs.html cvspass.html cvstagdiff.html
                        cvsversion.html defaultexcludes.html delete.html
                        deltree.html dependset.html dirname.html ear.html
                        echo.html exec.html fail.html filter.html
                        fixcrlf.html genkey.html get.html gunzip.html
                        gzip.html import.html input.html jar.html java.html
                        javac.html javadoc.html length.html libraries.html
                        loadfile.html loadproperties.html macrodef.html
                        mail.html manifest.html mkdir.html move.html
                        nice.html pack.html parallel.html patch.html
                        pathconvert.html presetdef.html property.html
                        recorder.html rename.html replace.html rmic.html
                        sequential.html signjar.html sleep.html sql.html
                        style.html sync.html tar.html taskdef.html
                        touch.html tstamp.html typedef.html unpack.html
                        untar.html unzip.html uptodate.html waitfor.html
                        war.html xmlproperty.html zip.html
  Log:
  add reference to stylesheet for CoreTasks
  
  Revision  Changes    Path
  1.31      +2 -1      ant/docs/manual/CoreTasks/ant.html
  
  Index: ant.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/ant.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- ant.html	14 Dec 2004 21:19:28 -0000	1.30
  +++ ant.html	7 Mar 2005 18:09:09 -0000	1.31
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Ant Task</title>
   </head>
   
  @@ -268,7 +269,7 @@
   new project using the id <code>path2</code>.</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.30      +2 -1      ant/docs/manual/CoreTasks/antcall.html
  
  Index: antcall.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- antcall.html	14 Dec 2004 21:19:28 -0000	1.29
  +++ antcall.html	7 Mar 2005 18:09:09 -0000	1.30
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>AntCall Task</title>
   </head>
   
  @@ -168,7 +169,7 @@
   <p>will copy the parent's definition of <code>path1</code> into the
   new project using the id <code>path2</code>.</p>
   
  -<hr><p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All rights
  +<hr><p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.10      +2 -1      ant/docs/manual/CoreTasks/antstructure.html
  
  Index: antstructure.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/antstructure.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- antstructure.html	6 Apr 2004 13:48:22 -0000	1.9
  +++ antstructure.html	7 Mar 2005 18:09:09 -0000	1.10
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>AntStructure Task</title>
   </head>
   
  @@ -46,7 +47,7 @@
   <blockquote><pre>
   &lt;antstructure output=&quot;project.dtd&quot;/&gt;
   </pre></blockquote>
  -<hr><p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. All rights
  +<hr><p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.36      +1 -0      ant/docs/manual/CoreTasks/apply.html
  
  Index: apply.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/apply.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- apply.html	25 Jan 2005 22:13:47 -0000	1.35
  +++ apply.html	7 Mar 2005 18:09:09 -0000	1.36
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Apply Task</title>
   <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
   </head>
  
  
  
  1.7       +2 -1      ant/docs/manual/CoreTasks/apt.html
  
  Index: apt.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/apt.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apt.html	7 Mar 2005 12:39:28 -0000	1.6
  +++ apt.html	7 Mar 2005 18:09:09 -0000	1.7
  @@ -1,5 +1,6 @@
   <html lang="en-us"><head>
  -<meta http-equiv="Content-Language" content="en-us"><title>Apt Task</title></head>
  +<meta http-equiv="Content-Language" content="en-us"><link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
  +<title>Apt Task</title></head>
   
   <body>
   
  
  
  
  1.13      +2 -1      ant/docs/manual/CoreTasks/available.html
  
  Index: available.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/available.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- available.html	9 Feb 2004 21:50:05 -0000	1.12
  +++ available.html	7 Mar 2005 18:09:09 -0000	1.13
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Available Task</title>
   </head>
   
  @@ -120,7 +121,7 @@
   <p>sets the <code>have.extras</code> property to the value &quot;true&quot;
   if the resource-file <code>extratasks.properties</code> is found.
   </p>
  -<hr><p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. All rights
  +<hr><p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.5       +2 -1      ant/docs/manual/CoreTasks/basename.html
  
  Index: basename.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/basename.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- basename.html	9 Feb 2004 21:50:05 -0000	1.4
  +++ basename.html	7 Mar 2005 18:09:09 -0000	1.5
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Basename Task</title>
   </head>
   
  @@ -62,7 +63,7 @@
   the path defined for the <code>TEMP</code> environment variable.</p>
   
   <hr>
  -<p align="center">Copyright &copy; 2002,2004 The Apache Software Foundation.
  +<p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation.
   All rights Reserved.</p>
   
   </body>
  
  
  
  1.4       +2 -1      ant/docs/manual/CoreTasks/buildnumber.html
  
  Index: buildnumber.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/buildnumber.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- buildnumber.html	9 Feb 2004 21:50:05 -0000	1.3
  +++ buildnumber.html	7 Mar 2005 18:09:09 -0000	1.4
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>BuildNumber Task</title>
   </head>
   
  @@ -46,7 +47,7 @@
   <p>Read, increment, and write a build number to the file
   <code>mybuild.number</code>.</p>
   
  -<hr><p align="center">Copyright &copy; 2002,2004 The Apache Software Foundation.
  +<hr><p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation.
   All rights Reserved.</p>
   
   </body>
  
  
  
  1.18      +2 -1      ant/docs/manual/CoreTasks/changelog.html
  
  Index: changelog.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/changelog.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changelog.html	19 Nov 2004 09:07:09 -0000	1.17
  +++ changelog.html	7 Mar 2005 18:09:09 -0000	1.18
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>ChangeLog Task</title>
   </head>
   
  @@ -220,7 +221,7 @@
   &lt;/changelog&gt;
   </pre>
   
  -<hr><p align="center">Copyright &copy; 2002-2004 The Apache Software Foundation. All rights
  +<hr><p align="center">Copyright &copy; 2002-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.16      +1 -0      ant/docs/manual/CoreTasks/checksum.html
  
  Index: checksum.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/checksum.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- checksum.html	16 Feb 2005 14:34:47 -0000	1.15
  +++ checksum.html	7 Mar 2005 18:09:09 -0000	1.16
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Checksum Task</title>
   </head>
   
  
  
  
  1.18      +2 -1      ant/docs/manual/CoreTasks/chmod.html
  
  Index: chmod.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/chmod.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- chmod.html	16 Nov 2004 08:12:31 -0000	1.17
  +++ chmod.html	7 Mar 2005 18:09:09 -0000	1.18
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Chmod Task</title>
   </head>
   
  @@ -152,7 +153,7 @@
   unaffected.</p>
   
   <hr>
  -<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. 
  +<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. 
   All rights Reserved.</p>
   
   </body>
  
  
  
  1.2       +1 -0      ant/docs/manual/CoreTasks/clone.html
  
  Index: clone.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/clone.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- clone.html	7 Jan 2005 21:57:00 -0000	1.1
  +++ clone.html	7 Mar 2005 18:09:09 -0000	1.2
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Clone Task</title>
   </head>
   
  
  
  
  1.6       +2 -1      ant/docs/manual/CoreTasks/common.html
  
  Index: common.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/common.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- common.html	9 Feb 2004 21:50:05 -0000	1.5
  +++ common.html	7 Mar 2005 18:09:09 -0000	1.6
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Common</title>
   </head>
   
  @@ -36,7 +37,7 @@
   </table>
   
   <hr>
  -<p align="center">Copyright &copy; 2001,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2001,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.14      +3 -2      ant/docs/manual/CoreTasks/concat.html
  
  Index: concat.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/concat.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- concat.html	31 May 2004 08:21:02 -0000	1.13
  +++ concat.html	7 Mar 2005 18:09:09 -0000	1.14
  @@ -2,7 +2,8 @@
   
       <head>
         <meta http-equiv="Content-Language" content="en-us">
  -      <title>Concat</title>
  +      <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
  +<title>Concat</title>
       </head>
   
       <body>
  @@ -291,7 +292,7 @@
         <hr>
   
         <p align="center">
  -        Copyright &copy; 2002-2004 The Apache Software Foundation. All
  +        Copyright &copy; 2002-2005 The Apache Software Foundation. All
           Rights Reserved.
         </p>
   
  
  
  
  1.15      +1 -0      ant/docs/manual/CoreTasks/condition.html
  
  Index: condition.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/condition.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- condition.html	27 Jan 2005 21:01:05 -0000	1.14
  +++ condition.html	7 Mar 2005 18:09:09 -0000	1.15
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Condition Task</title>
   </head>
   
  
  
  
  1.31      +1 -0      ant/docs/manual/CoreTasks/conditions.html
  
  Index: conditions.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/conditions.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- conditions.html	4 Mar 2005 17:57:24 -0000	1.30
  +++ conditions.html	7 Mar 2005 18:09:09 -0000	1.31
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Conditions Task</title>
   </head>
   
  
  
  
  1.33      +1 -0      ant/docs/manual/CoreTasks/copy.html
  
  Index: copy.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/copy.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- copy.html	3 Mar 2005 16:43:32 -0000	1.32
  +++ copy.html	7 Mar 2005 18:09:09 -0000	1.33
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Copy Task</title>
   </head>
   
  
  
  
  1.9       +2 -1      ant/docs/manual/CoreTasks/copydir.html
  
  Index: copydir.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/copydir.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- copydir.html	9 Feb 2004 21:50:05 -0000	1.8
  +++ copydir.html	7 Mar 2005 18:09:09 -0000	1.9
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Copydir Task</title>
   </head>
   
  @@ -112,7 +113,7 @@
   <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>
   directory.</p>
  -<hr><p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. All rights
  +<hr><p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.9       +2 -1      ant/docs/manual/CoreTasks/copyfile.html
  
  Index: copyfile.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/copyfile.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- copyfile.html	9 Feb 2004 21:50:05 -0000	1.8
  +++ copyfile.html	7 Mar 2005 18:09:09 -0000	1.9
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Copyfile Task</title>
   </head>
   
  @@ -49,7 +50,7 @@
     <p><code>&lt;copyfile src=&quot;test.java&quot; dest=&quot;subdir/test.java&quot;/&gt;</code></p>
     <p><code>&lt;copyfile src=&quot;${src}/index.html&quot; dest=&quot;${dist}/help/index.html&quot;/&gt;</code></p>
   </blockquote>
  -<hr><p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. All rights
  +<hr><p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.24      +2 -1      ant/docs/manual/CoreTasks/cvs.html
  
  Index: cvs.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- cvs.html	3 Mar 2004 14:14:04 -0000	1.23
  +++ cvs.html	7 Mar 2005 18:09:09 -0000	1.24
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>CVS Task</title>
   <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
   </head>
  @@ -170,7 +171,7 @@
   above. See <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs.html" target="_top">the cvs manual</a> for details,
   specifically the <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs_16.html" target="_top">Guide to CVS commands</a></p>
   <hr>
  -<p align="center">Copyright &copy; 2000-2004 The Apache Software
  +<p align="center">Copyright &copy; 2000-2005 The Apache Software
   Foundation.  All rights Reserved.</p>
   
   </body>
  
  
  
  1.8       +2 -1      ant/docs/manual/CoreTasks/cvspass.html
  
  Index: cvspass.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvspass.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- cvspass.html	19 Nov 2004 09:07:09 -0000	1.7
  +++ cvspass.html	7 Mar 2005 18:09:09 -0000	1.8
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>CVSPass Task</title>
   </head>
   
  @@ -40,7 +41,7 @@
   <p>Adds an entry into the ~/.cvspass password file.</p>
   
   <hr>
  -<p align="center">Copyright &copy; 2001,2003-2004 Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2001,2003-2005 Apache Software Foundation. All rights
   Reserved.</p>
   </body>
   </html>
  
  
  
  1.12      +2 -1      ant/docs/manual/CoreTasks/cvstagdiff.html
  
  Index: cvstagdiff.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvstagdiff.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- cvstagdiff.html	19 Nov 2004 09:07:09 -0000	1.11
  +++ cvstagdiff.html	7 Mar 2005 18:09:09 -0000	1.12
  @@ -1,6 +1,7 @@
   <html>
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>CvsTagDiff Task</title>
   </head>
   <body>
  @@ -182,7 +183,7 @@
   &lt;/tagdiff&gt;
   </pre>
   
  -<hr><p align="center">Copyright &copy; 2002-2004 The Apache Software Foundation. All rights
  +<hr><p align="center">Copyright &copy; 2002-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.4       +2 -1      ant/docs/manual/CoreTasks/cvsversion.html
  
  Index: cvsversion.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvsversion.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvsversion.html	24 Sep 2004 14:26:09 -0000	1.3
  +++ cvsversion.html	7 Mar 2005 18:09:09 -0000	1.4
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>CVSVersion Task</title>
   <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
   </head>
  @@ -86,7 +87,7 @@
   properties called apachecvsversion and localcvsversion</p>
   
   <hr>
  -<p align="center">Copyright &copy; 2004 Apache Software
  +<p align="center">Copyright &copy; 2004-2005 Apache Software
   Foundation.  All rights Reserved.</p>
   
   </body>
  
  
  
  1.4       +2 -1      ant/docs/manual/CoreTasks/defaultexcludes.html
  
  Index: defaultexcludes.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/defaultexcludes.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- defaultexcludes.html	9 Feb 2004 21:50:05 -0000	1.3
  +++ defaultexcludes.html	7 Mar 2005 18:09:09 -0000	1.4
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>DefaultExcludes Task</title>
   </head>
   
  @@ -71,7 +72,7 @@
   
   <hr>
   
  -<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.23      +2 -1      ant/docs/manual/CoreTasks/delete.html
  
  Index: delete.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/delete.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- delete.html	3 Nov 2004 21:50:26 -0000	1.22
  +++ delete.html	7 Mar 2005 18:09:09 -0000	1.23
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Delete Task</title>
   </head>
   
  @@ -157,7 +158,7 @@
   </pre>
   <p>deletes all files and subdirectories of <code>build</code>, without
   <code>build</code> itself.</p>
  -<hr><p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation.
  +<hr><p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation.
   All rights Reserved.</p>
   
   </body>
  
  
  
  1.8       +2 -1      ant/docs/manual/CoreTasks/deltree.html
  
  Index: deltree.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/deltree.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- deltree.html	9 Feb 2004 21:50:05 -0000	1.7
  +++ deltree.html	7 Mar 2005 18:09:09 -0000	1.8
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Deltree Task</title>
   </head>
   
  @@ -32,7 +33,7 @@
   <pre>  &lt;deltree dir=&quot;${dist}&quot;/&gt;</pre>
   <p>deletes the directory <code>${dist}</code>, including its files and
   subdirectories.</p>
  -<hr><p align="center">Copyright &copy; 2000-2001,2004 The Apache Software Foundation. All rights
  +<hr><p align="center">Copyright &copy; 2000-2001,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.10      +2 -1      ant/docs/manual/CoreTasks/dependset.html
  
  Index: dependset.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/dependset.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- dependset.html	19 Nov 2004 20:30:45 -0000	1.9
  +++ dependset.html	7 Mar 2005 18:09:09 -0000	1.10
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>DependSet Task</title>
   </head>
   
  @@ -126,7 +127,7 @@
   </p>
   
   <hr>
  -<p align="center">Copyright &copy; 2001,2004 The Apache Software Foundation.
  +<p align="center">Copyright &copy; 2001,2004-2005 The Apache Software Foundation.
   All rights
   Reserved.</p>
   
  
  
  
  1.7       +2 -1      ant/docs/manual/CoreTasks/dirname.html
  
  Index: dirname.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/dirname.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- dirname.html	8 Sep 2004 14:20:13 -0000	1.6
  +++ dirname.html	7 Mar 2005 18:09:09 -0000	1.7
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Dirname Task</title>
   </head>
   
  @@ -46,7 +47,7 @@
   will set <code>foo.dirname</code> to the project's basedir.</p>
   
   <hr>
  -<p align="center">Copyright &copy; 2002,2004 The Apache Software Foundation.
  +<p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation.
   All rights Reserved.</p>
   
   </body>
  
  
  
  1.23      +1 -0      ant/docs/manual/CoreTasks/ear.html
  
  Index: ear.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/ear.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ear.html	4 Feb 2005 08:02:59 -0000	1.22
  +++ ear.html	7 Mar 2005 18:09:09 -0000	1.23
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>EAR Task</title>
   </head>
   
  
  
  
  1.13      +2 -1      ant/docs/manual/CoreTasks/echo.html
  
  Index: echo.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/echo.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- echo.html	25 Mar 2004 19:18:31 -0000	1.12
  +++ echo.html	7 Mar 2005 18:09:09 -0000	1.13
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Echo Task</title>
   </head>
   
  @@ -91,7 +92,7 @@
   filtering out the single $ during variable expansion   
   <hr>
   
  -<p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.48      +1 -0      ant/docs/manual/CoreTasks/exec.html
  
  Index: exec.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/exec.html,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- exec.html	7 Feb 2005 23:42:21 -0000	1.47
  +++ exec.html	7 Mar 2005 18:09:09 -0000	1.48
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Exec Task</title>
   <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
   </head>
  
  
  
  1.14      +2 -1      ant/docs/manual/CoreTasks/fail.html
  
  Index: fail.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/fail.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- fail.html	19 Nov 2004 09:07:09 -0000	1.13
  +++ fail.html	7 Mar 2005 18:09:09 -0000	1.14
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Fail Task</title>
   </head>
   
  @@ -106,7 +107,7 @@
   </pre>
   
   <hr>
  -<p align="center">Copyright &copy; 2000-2001,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2001,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.11      +2 -1      ant/docs/manual/CoreTasks/filter.html
  
  Index: filter.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/filter.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- filter.html	9 Feb 2004 21:50:05 -0000	1.10
  +++ filter.html	7 Mar 2005 18:09:09 -0000	1.11
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Filter Task</title>
   </head>
   
  @@ -55,7 +56,7 @@
   and set these as filters.
   
   <hr>
  -<p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.20      +1 -0      ant/docs/manual/CoreTasks/fixcrlf.html
  
  Index: fixcrlf.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/fixcrlf.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- fixcrlf.html	3 Mar 2005 21:46:47 -0000	1.19
  +++ fixcrlf.html	7 Mar 2005 18:09:09 -0000	1.20
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>FixCRLF Task</title>
   </head>
   
  
  
  
  1.10      +1 -0      ant/docs/manual/CoreTasks/genkey.html
  
  Index: genkey.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/genkey.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- genkey.html	18 Feb 2005 23:20:26 -0000	1.9
  +++ genkey.html	7 Mar 2005 18:09:09 -0000	1.10
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>GenKey Task</title>
   </head>
   
  
  
  
  1.15      +2 -1      ant/docs/manual/CoreTasks/get.html
  
  Index: get.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/get.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- get.html	17 Feb 2004 08:31:39 -0000	1.14
  +++ get.html	7 Mar 2005 18:09:09 -0000	1.15
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Get Task</title>
   </head>
   
  @@ -98,7 +99,7 @@
   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.
   <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.6       +1 -0      ant/docs/manual/CoreTasks/gunzip.html
  
  Index: gunzip.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/gunzip.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- gunzip.html	3 Feb 2002 22:00:42 -0000	1.5
  +++ gunzip.html	7 Mar 2005 18:09:09 -0000	1.6
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>GUnZip Task</title>
   </head>
   
  
  
  
  1.8       +1 -0      ant/docs/manual/CoreTasks/gzip.html
  
  Index: gzip.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/gzip.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- gzip.html	3 Feb 2002 22:00:42 -0000	1.7
  +++ gzip.html	7 Mar 2005 18:09:09 -0000	1.8
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>GZip Task</title>
   </head>
   
  
  
  
  1.19      +2 -1      ant/docs/manual/CoreTasks/import.html
  
  Index: import.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/import.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- import.html	18 Feb 2005 13:32:19 -0000	1.18
  +++ import.html	7 Mar 2005 18:09:09 -0000	1.19
  @@ -2,7 +2,8 @@
   <html>
   <head>
     <meta http-equiv="Content-Language" content="en-us">
  -  <title>Import Task</title>
  +  <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
  +<title>Import Task</title>
     <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
   </head>
   <body>
  
  
  
  1.13      +2 -1      ant/docs/manual/CoreTasks/input.html
  
  Index: input.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/input.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- input.html	2 Mar 2005 21:45:10 -0000	1.12
  +++ input.html	7 Mar 2005 18:09:09 -0000	1.13
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Input Task</title>
   </head>
   
  @@ -125,7 +126,7 @@
   &lt;return&gt;).</p>
   
   <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>
   </html>
  \ No newline at end of file
  
  
  
  1.36      +1 -0      ant/docs/manual/CoreTasks/jar.html
  
  Index: jar.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/jar.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- jar.html	4 Feb 2005 08:02:59 -0000	1.35
  +++ jar.html	7 Mar 2005 18:09:09 -0000	1.36
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Jar Task</title>
   </head>
   
  
  
  
  1.37      +1 -0      ant/docs/manual/CoreTasks/java.html
  
  Index: java.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/java.html,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- java.html	27 Jan 2005 16:36:11 -0000	1.36
  +++ java.html	7 Mar 2005 18:09:09 -0000	1.37
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Java Task</title>
   </head>
   
  
  
  
  1.50      +2 -1      ant/docs/manual/CoreTasks/javac.html
  
  Index: javac.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- javac.html	10 Dec 2004 23:16:08 -0000	1.49
  +++ javac.html	7 Mar 2005 18:09:09 -0000	1.50
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Javac Task</title>
   </head>
   
  @@ -610,7 +611,7 @@
   <code>&lt;javac&gt;</code>.</p>
   
   <hr>
  -<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation.
  +<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation.
   All rights Reserved.</p>
   
   </body>
  
  
  
  1.30      +2 -1      ant/docs/manual/CoreTasks/javadoc.html
  
  Index: javadoc.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/javadoc.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- javadoc.html	19 Nov 2004 09:07:09 -0000	1.29
  +++ javadoc.html	7 Mar 2005 18:09:09 -0000	1.30
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Javadoc Task</title>
   </head>
   
  @@ -778,7 +779,7 @@
     &lt/javadoc&gt;</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.2       +1 -0      ant/docs/manual/CoreTasks/length.html
  
  Index: length.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/length.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- length.html	4 Jan 2005 22:20:44 -0000	1.1
  +++ length.html	7 Mar 2005 18:09:09 -0000	1.2
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Length Task</title>
   </head>
   
  
  
  
  1.5       +1 -0      ant/docs/manual/CoreTasks/libraries.html
  
  Index: libraries.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/libraries.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- libraries.html	21 Jan 2005 15:12:54 -0000	1.4
  +++ libraries.html	7 Mar 2005 18:09:09 -0000	1.5
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Libraries Task</title>
   </head>
   
  
  
  
  1.11      +2 -1      ant/docs/manual/CoreTasks/loadfile.html
  
  Index: loadfile.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/loadfile.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- loadfile.html	9 Feb 2004 21:50:05 -0000	1.10
  +++ loadfile.html	7 Mar 2005 18:09:09 -0000	1.11
  @@ -1,5 +1,6 @@
   <html>
   <head>
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>LoadFile Task</title>
   </head>
   
  @@ -91,7 +92,7 @@
   
   <hr>
   
  -<p align="center">Copyright &copy; 2001-2002,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.10      +2 -1      ant/docs/manual/CoreTasks/loadproperties.html
  
  Index: loadproperties.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/loadproperties.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- loadproperties.html	19 Nov 2004 09:07:09 -0000	1.9
  +++ loadproperties.html	7 Mar 2005 18:09:09 -0000	1.10
  @@ -1,5 +1,6 @@
   <html>
   <head>
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>LoadProperties Task</title>
   </head>
   
  @@ -76,7 +77,7 @@
   Ant properties.
   <hr>
   
  -<p align="center">Copyright &copy; 2002-2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2002-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.23      +3 -2      ant/docs/manual/CoreTasks/macrodef.html
  
  Index: macrodef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/macrodef.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- macrodef.html	19 Nov 2004 09:07:09 -0000	1.22
  +++ macrodef.html	7 Mar 2005 18:09:09 -0000	1.23
  @@ -2,7 +2,8 @@
   
     <head>
       <meta http-equiv="Content-Language" content="en-us"></meta>
  -    <title>MacroDef Task</title>
  +    <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
  +<title>MacroDef Task</title>
       <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
       <style type="text/css">
         <!--
  @@ -343,7 +344,7 @@
   </pre>
       </blockquote>
   <hr>
  -<p align="center">Copyright &copy; 2003-2004 The Apache Software
  +<p align="center">Copyright &copy; 2003-2005 The Apache Software
   Foundation. All rights Reserved.</p>
   
   </body>
  
  
  
  1.27      +1 -0      ant/docs/manual/CoreTasks/mail.html
  
  Index: mail.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/mail.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- mail.html	3 Mar 2005 09:58:47 -0000	1.26
  +++ mail.html	7 Mar 2005 18:09:09 -0000	1.27
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Mail Task</title>
   </head>
   
  
  
  
  1.11      +2 -1      ant/docs/manual/CoreTasks/manifest.html
  
  Index: manifest.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/manifest.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- manifest.html	11 Nov 2004 17:48:36 -0000	1.10
  +++ manifest.html	7 Mar 2005 18:09:09 -0000	1.11
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Manifest Task</title>
   </head>
   
  @@ -143,7 +144,7 @@
   </code></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>
   </html>
  
  
  
  1.8       +2 -1      ant/docs/manual/CoreTasks/mkdir.html
  
  Index: mkdir.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/mkdir.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mkdir.html	9 Feb 2004 21:50:05 -0000	1.7
  +++ mkdir.html	7 Mar 2005 18:09:09 -0000	1.8
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Mkdir Task</title>
   </head>
   
  @@ -30,7 +31,7 @@
   <pre>&lt;mkdir dir=&quot;${dist}/lib&quot;/&gt;</pre>
   <p>creates a directory <code>${dist}/lib</code>.</p>
   <hr>
  -<p align="center">Copyright &copy; 2000-2001,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2001,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.20      +2 -1      ant/docs/manual/CoreTasks/move.html
  
  Index: move.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/move.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- move.html	19 Nov 2004 09:07:09 -0000	1.19
  +++ move.html	7 Mar 2005 18:09:09 -0000	1.20
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Move Task</title>
   </head>
   
  @@ -183,7 +184,7 @@
     &lt;/move&gt;
   </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.4       +1 -0      ant/docs/manual/CoreTasks/nice.html
  
  Index: nice.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/nice.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nice.html	19 Jan 2005 23:15:26 -0000	1.3
  +++ nice.html	7 Mar 2005 18:09:09 -0000	1.4
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Nice Task</title>
   </head>
   
  
  
  
  1.10      +2 -1      ant/docs/manual/CoreTasks/pack.html
  
  Index: pack.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/pack.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- pack.html	9 Feb 2004 21:50:05 -0000	1.9
  +++ pack.html	7 Mar 2005 18:09:09 -0000	1.10
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>GZip/BZip2 Tasks</title>
   </head>
   
  @@ -42,7 +43,7 @@
     <p><code>&lt;bzip2 src=&quot;test.tar&quot; destfile=&quot;test.tar.bz2&quot;/&gt;</code></p>
   </blockquote>
   <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.15      +2 -1      ant/docs/manual/CoreTasks/parallel.html
  
  Index: parallel.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/parallel.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- parallel.html	19 Nov 2004 09:07:09 -0000	1.14
  +++ parallel.html	7 Mar 2005 18:09:09 -0000	1.15
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Parallel Task</title>
   </head>
   
  @@ -178,7 +179,7 @@
   the other tasks.</p>
   
   <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>
   </html>
  
  
  
  1.11      +2 -1      ant/docs/manual/CoreTasks/patch.html
  
  Index: patch.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/patch.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- patch.html	9 Feb 2004 21:50:05 -0000	1.10
  +++ patch.html	7 Mar 2005 18:09:09 -0000	1.11
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Patch Task</title>
   </head>
   
  @@ -81,7 +82,7 @@
   </pre> 
   the leading <i>a/</i> will be stripped.
   <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.17      +1 -0      ant/docs/manual/CoreTasks/pathconvert.html
  
  Index: pathconvert.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/pathconvert.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- pathconvert.html	22 Feb 2005 18:26:56 -0000	1.16
  +++ pathconvert.html	7 Mar 2005 18:09:09 -0000	1.17
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>PathConvert Task</title>
   </head>
   
  
  
  
  1.6       +3 -2      ant/docs/manual/CoreTasks/presetdef.html
  
  Index: presetdef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/presetdef.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- presetdef.html	19 Nov 2004 09:07:09 -0000	1.5
  +++ presetdef.html	7 Mar 2005 18:09:09 -0000	1.6
  @@ -2,7 +2,8 @@
     
     <head>
       <meta http-equiv="Content-Language" content="en-us"></meta>
  -    <title>PreSetDef Task</title>
  +    <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
  +<title>PreSetDef Task</title>
       <style type="text/css">
         <!--
              .code { background: #EFEFEF; margin-top: }
  @@ -146,7 +147,7 @@
   </pre>
        </blockquote>
       <hr></hr>
  -    <p align="center">Copyright &copy; 2003-2004 Apache Software
  +    <p align="center">Copyright &copy; 2003-2005 Apache Software
         Foundation. All rights Reserved.</p>
       
     </body>
  
  
  
  1.20      +2 -1      ant/docs/manual/CoreTasks/property.html
  
  Index: property.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/property.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- property.html	19 Nov 2004 09:07:09 -0000	1.19
  +++ property.html	7 Mar 2005 18:09:09 -0000	1.20
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Property Task</title>
   </head>
   
  @@ -193,7 +194,7 @@
   
   
   <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>
   </html>
  
  
  
  1.12      +2 -1      ant/docs/manual/CoreTasks/recorder.html
  
  Index: recorder.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/recorder.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- recorder.html	27 Dec 2003 20:41:49 -0000	1.11
  +++ recorder.html	7 Mar 2005 18:09:09 -0000	1.12
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Recorder Task</title>
   </head>
   
  @@ -149,7 +150,7 @@
   
   
   
  -<hr><p align="center">Copyright &copy; 2001-2003 Apache Software
  +<hr><p align="center">Copyright &copy; 2001-2003,2005 Apache Software
   Foundation. All rights Reserved.</p>
   
   </body>
  
  
  
  1.8       +2 -1      ant/docs/manual/CoreTasks/rename.html
  
  Index: rename.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/rename.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- rename.html	9 Feb 2004 21:50:05 -0000	1.7
  +++ rename.html	7 Mar 2005 18:09:09 -0000	1.8
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Rename Task</title>
   </head>
   
  @@ -41,7 +42,7 @@
    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>
   <hr>
  -<p align="center">Copyright &copy; 2000-2001,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2001,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.15      +2 -1      ant/docs/manual/CoreTasks/replace.html
  
  Index: replace.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/replace.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- replace.html	9 Feb 2004 21:50:05 -0000	1.14
  +++ replace.html	7 Mar 2005 18:09:09 -0000	1.15
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Replace Task</title>
   </head>
   
  @@ -182,7 +183,7 @@
   <p><b>Note:</b> It is possible to use either the <i>token</i>/<code>&lt;replacetoken&gt;</code> and <i>value</i>/<code>&lt;replacevalue&gt;</code> attributes/elements, the nested replacefilter elements, or both in the same operation.
   </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.18      +2 -1      ant/docs/manual/CoreTasks/rmic.html
  
  Index: rmic.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/rmic.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- rmic.html	7 Mar 2005 15:17:48 -0000	1.17
  +++ rmic.html	7 Mar 2005 18:09:09 -0000	1.18
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Rmic Task</title>
   </head>
   
  @@ -244,7 +245,7 @@
   <code>${build}/classes</code>.</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.8       +2 -1      ant/docs/manual/CoreTasks/sequential.html
  
  Index: sequential.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/sequential.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- sequential.html	9 Feb 2004 21:50:05 -0000	1.7
  +++ sequential.html	7 Mar 2005 18:09:09 -0000	1.8
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Sequential Task</title>
   </head>
   
  @@ -33,7 +34,7 @@
   sequence, while another task is being executed in a separate thread. </p>
   
   <hr>
  -<p align="center">Copyright &copy; 2001-2002,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   </body>
   </html>
  
  
  
  1.16      +1 -0      ant/docs/manual/CoreTasks/signjar.html
  
  Index: signjar.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/signjar.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- signjar.html	10 Feb 2005 22:43:27 -0000	1.15
  +++ signjar.html	7 Mar 2005 18:09:09 -0000	1.16
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>SignJar Task</title>
   </head>
   
  
  
  
  1.7       +2 -1      ant/docs/manual/CoreTasks/sleep.html
  
  Index: sleep.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/sleep.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- sleep.html	9 Feb 2004 21:50:05 -0000	1.6
  +++ sleep.html	7 Mar 2005 18:09:09 -0000	1.7
  @@ -1,6 +1,7 @@
   <html>
   
   <head>
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Sleep Task</title>
   </head>
   
  @@ -63,7 +64,7 @@
   Sleep for no time at all. This may yield the CPU time to another thread or process. 
   <hr>
   
  -<p align="center">Copyright &copy; 2001-2002,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.23      +2 -1      ant/docs/manual/CoreTasks/sql.html
  
  Index: sql.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/sql.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- sql.html	9 Feb 2004 21:50:05 -0000	1.22
  +++ sql.html	7 Mar 2005 18:09:09 -0000	1.23
  @@ -1,6 +1,7 @@
   <html>
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>SQL Task</title>
   </head>
   <body>
  @@ -309,7 +310,7 @@
   </pre></blockquote>
   
   <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>
   </html>
  
  
  
  1.34      +2 -1      ant/docs/manual/CoreTasks/style.html
  
  Index: style.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/style.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- style.html	19 Nov 2004 09:07:09 -0000	1.33
  +++ style.html	7 Mar 2005 18:09:09 -0000	1.34
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Xslt/Style Task</title>
   </head>
   
  @@ -354,7 +355,7 @@
   
    </blockquote>
   <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.6       +2 -1      ant/docs/manual/CoreTasks/sync.html
  
  Index: sync.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/sync.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- sync.html	9 Feb 2004 21:50:05 -0000	1.5
  +++ sync.html	7 Mar 2005 18:09:09 -0000	1.6
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Sync Task</title>
   </head>
   
  @@ -70,7 +71,7 @@
   sets of files and directories.</p>
   
   <hr>
  -<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.22      +2 -1      ant/docs/manual/CoreTasks/tar.html
  
  Index: tar.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/tar.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- tar.html	15 Mar 2004 14:36:21 -0000	1.21
  +++ tar.html	7 Mar 2005 18:09:09 -0000	1.22
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Tar Task</title>
   </head>
   
  @@ -249,7 +250,7 @@
   to <code>${dist.name}/..</code>.</p>
   
   <hr>
  -<p align="center">Copyright &copy; 2000-2002,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.11      +2 -1      ant/docs/manual/CoreTasks/taskdef.html
  
  Index: taskdef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/taskdef.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- taskdef.html	9 Feb 2004 21:50:05 -0000	1.10
  +++ taskdef.html	7 Mar 2005 18:09:10 -0000	1.11
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>TaskDef Task</title>
   </head>
   
  @@ -20,7 +21,7 @@
   <p>makes a task called <code>myjavadoc</code> available to Ant. The class <code>com.mydomain.JavadocTask</code>
   implements the task.</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.14      +1 -0      ant/docs/manual/CoreTasks/touch.html
  
  Index: touch.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/touch.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- touch.html	22 Jan 2005 20:08:55 -0000	1.13
  +++ touch.html	7 Mar 2005 18:09:10 -0000	1.14
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Touch Task</title>
   </head>
   
  
  
  
  1.20      +2 -1      ant/docs/manual/CoreTasks/tstamp.html
  
  Index: tstamp.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/tstamp.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- tstamp.html	19 Nov 2004 09:07:09 -0000	1.19
  +++ tstamp.html	7 Mar 2005 18:09:10 -0000	1.20
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>TStamp Task</title>
   </head>
   
  @@ -139,7 +140,7 @@
   
   
   <hr>
  -<p align="center">Copyright &copy; 2000-2004 The Apache Software Foundation. All rights Reserved.</p>
  +<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights Reserved.</p>
   
   </body>
   </html>
  
  
  
  1.18      +2 -1      ant/docs/manual/CoreTasks/typedef.html
  
  Index: typedef.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/typedef.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- typedef.html	20 Oct 2004 08:38:04 -0000	1.17
  +++ typedef.html	7 Mar 2005 18:09:10 -0000	1.18
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Typedef Task</title>
   </head>
   
  @@ -203,7 +204,7 @@
                /&gt;
     </pre>
   <hr>
  -<p align="center">Copyright &copy; 2001-2004 Apache Software
  +<p align="center">Copyright &copy; 2001-2005 Apache Software
   Foundation. All rights Reserved.</p>
   
   </body>
  
  
  
  1.7       +2 -1      ant/docs/manual/CoreTasks/unpack.html
  
  Index: unpack.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/unpack.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- unpack.html	9 Feb 2004 21:50:06 -0000	1.6
  +++ unpack.html	7 Mar 2005 18:09:10 -0000	1.7
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>GUnzip/BUnzip2 Task</title>
   </head>
   
  @@ -56,7 +57,7 @@
   subdir is a directory).</p>
   
   <hr>
  -<p align="center">Copyright &copy; 2000-2001,2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2000-2001,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.8       +1 -0      ant/docs/manual/CoreTasks/untar.html
  
  Index: untar.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/untar.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- untar.html	3 Feb 2002 22:00:42 -0000	1.7
  +++ untar.html	7 Mar 2005 18:09:10 -0000	1.8
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Untar Task</title>
   </head>
   
  
  
  
  1.16      +1 -0      ant/docs/manual/CoreTasks/unzip.html
  
  Index: unzip.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/unzip.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- unzip.html	7 Feb 2005 23:41:10 -0000	1.15
  +++ unzip.html	7 Mar 2005 18:09:10 -0000	1.16
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Unzip Task</title>
   </head>
   
  
  
  
  1.17      +1 -0      ant/docs/manual/CoreTasks/uptodate.html
  
  Index: uptodate.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/uptodate.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- uptodate.html	24 Feb 2005 17:54:21 -0000	1.16
  +++ uptodate.html	7 Mar 2005 18:09:10 -0000	1.17
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Uptodate Task</title>
   </head>
   
  
  
  
  1.8       +2 -1      ant/docs/manual/CoreTasks/waitfor.html
  
  Index: waitfor.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/waitfor.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- waitfor.html	9 Feb 2004 21:50:06 -0000	1.7
  +++ waitfor.html	7 Mar 2005 18:09:10 -0000	1.8
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>WaitFor Task</title>
   </head>
   
  @@ -109,7 +110,7 @@
   <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
     to become available.</p>
  -<hr><p align="center">Copyright &copy; 2001,2004 The Apache Software Foundation. All rights
  +<hr><p align="center">Copyright &copy; 2001,2004-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.27      +1 -0      ant/docs/manual/CoreTasks/war.html
  
  Index: war.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/war.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- war.html	4 Feb 2005 08:02:59 -0000	1.26
  +++ war.html	7 Mar 2005 18:09:10 -0000	1.27
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>WAR Task</title>
   </head>
   
  
  
  
  1.10      +2 -1      ant/docs/manual/CoreTasks/xmlproperty.html
  
  Index: xmlproperty.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/xmlproperty.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- xmlproperty.html	19 Nov 2004 09:07:09 -0000	1.9
  +++ xmlproperty.html	7 Mar 2005 18:09:10 -0000	1.10
  @@ -1,5 +1,6 @@
   <html>
   <head>
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>XmlProperty Task</title>
   </head>
   
  @@ -258,7 +259,7 @@
   
   <hr>
   
  -<p align="center">Copyright &copy; 2002-2004 The Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2002-2005 The Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  
  1.31      +1 -0      ant/docs/manual/CoreTasks/zip.html
  
  Index: zip.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/zip.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- zip.html	2 Feb 2005 23:55:49 -0000	1.30
  +++ zip.html	7 Mar 2005 18:09:10 -0000	1.31
  @@ -2,6 +2,7 @@
   
   <head>
   <meta http-equiv="Content-Language" content="en-us">
  +<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
   <title>Zip Task</title>
   </head>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org