bodewig     2003/03/27 07:51:22

  Modified:    docs/manual/CoreTasks Tag: ANT_15_BRANCH copy.html move.html
  Log:
  Documentation of <copy>'s encoding attribute is missing
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.7  +6 -0      ant/docs/manual/CoreTasks/copy.html
  
  Index: copy.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/copy.html,v
  retrieving revision 1.10.2.6
  retrieving revision 1.10.2.7
  diff -u -r1.10.2.6 -r1.10.2.7
  --- copy.html 19 Mar 2003 08:32:06 -0000      1.10.2.6
  +++ copy.html 27 Mar 2003 15:51:22 -0000      1.10.2.7
  @@ -103,6 +103,12 @@
        <td valign="top">Log the files that are being copied.</td>
        <td valign="top" align="center">No; defaults to false.</td>
     </tr>
  +  <tr>
  +    <td valign="top">encoding</td>
  +    <td valign="top">The encoding to assume when filter-copying the
  +    files. <em>since Ant 1.5</em>.</td>
  +    <td align="center">No - defaults to default JVM encoding</td>
  +  </tr>
   </table>
   <h3>Parameters specified as nested elements</h3>
   
  
  
  
  1.6.2.8   +6 -0      ant/docs/manual/CoreTasks/move.html
  
  Index: move.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/move.html,v
  retrieving revision 1.6.2.7
  retrieving revision 1.6.2.8
  diff -u -r1.6.2.7 -r1.6.2.8
  --- move.html 19 Mar 2003 08:33:10 -0000      1.6.2.7
  +++ move.html 27 Mar 2003 15:51:22 -0000      1.6.2.8
  @@ -89,6 +89,12 @@
        <td valign="top">Log the files that are being moved.</td>
        <td valign="top" align="center">No; defaults to false.</td>
     </tr>
  +  <tr>
  +    <td valign="top">encoding</td>
  +    <td valign="top">The encoding to assume when filter-moving the
  +    files. <em>since Ant 1.5</em>.</td>
  +    <td align="center">No - defaults to default JVM encoding</td>
  +  </tr>
   </table>
   <h3>Parameters specified as nested elements</h3>
   <h4>mapper</h4>
  
  
  

Reply via email to