bruce       2002/07/12 14:05:56

  Modified:    docs/manual/CoreTypes Tag: ANT_15_BRANCH selectors.html
  Log:
  Corrected example for present selector
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +4 -2      jakarta-ant/docs/manual/CoreTypes/selectors.html
  
  Index: selectors.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/selectors.html,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- selectors.html    31 May 2002 22:31:30 -0000      1.1.2.4
  +++ selectors.html    12 Jul 2002 21:05:56 -0000      1.1.2.5
  @@ -352,7 +352,9 @@
               <li>both - select files only if they are present both in the
                 src and target directory trees
             </ul>
  -          Default is both.
  +          Default is both. Setting this attribute to &quot;srconly&quot;
  +       is equivalent to wrapping the selector in the &lt;not&gt;
  +       selector container.
           </td>
           <td valign="top" align="center">No</td>
         </tr>
  @@ -362,7 +364,7 @@
   
       <blockquote><pre>
   &lt;fileset dir=&quot;${ant.1.5}/src/main&quot; 
includes=&quot;**/*.java&quot;&gt;
  -    &lt;present targetdir=&quot;${ant.1.4.1}/src/main&quot;/&gt;
  +    &lt;present present=&quot;srconly&quot; 
targetdir=&quot;${ant.1.4.1}/src/main&quot;/&gt;
   &lt;/fileset&gt;
   </pre></blockquote>
   
  
  
  

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

Reply via email to