bodewig     01/11/21 08:29:49

  Modified:    docs/manual dirtasks.html
               docs/manual/CoreTypes fileset.html
  Log:
  add pointer to list of default excludes to the fileset documentation.
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-ant/docs/manual/dirtasks.html
  
  Index: dirtasks.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/dirtasks.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- dirtasks.html     2001/10/30 10:05:33     1.9
  +++ dirtasks.html     2001/11/21 16:29:49     1.10
  @@ -146,7 +146,7 @@
   </copy>
   </pre>
   
  -<h3>Default Excludes</h3>
  +<h3><a name="defaultexcludes">Default Excludes</a></h3>
   <p>There are a set of definitions that are excluded by default from all 
directory-based tasks.
   They are:</p>
   <pre>
  
  
  
  1.7       +1 -1      jakarta-ant/docs/manual/CoreTypes/fileset.html
  
  Index: fileset.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/fileset.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- fileset.html      2001/10/30 10:05:37     1.6
  +++ fileset.html      2001/11/21 16:29:49     1.7
  @@ -34,7 +34,7 @@
     </tr>
     <tr>
       <td valign="top">defaultexcludes</td>
  -    <td valign="top">indicates whether default excludes should be used or not
  +    <td valign="top">indicates whether <a 
href="../dirtasks.html#defaultexcludes">default excludes</a> should be used or 
not
         (<code>yes | no</code>); default excludes are used when omitted.</td>
       <td valign="top" align="center">No</td>
     </tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to