You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2004/11/19 21:30:45 UTC

cvs commit: ant/docs/manual/CoreTasks dependset.html

mbenson     2004/11/19 12:30:45

  Modified:    docs/manual/CoreTasks dependset.html
  Log:
  Clarify that multiple targetfileset/list elements can exist
  in the manner of srcfileset/list elements.
  
  Revision  Changes    Path
  1.9       +2 -0      ant/docs/manual/CoreTasks/dependset.html
  
  Index: dependset.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/dependset.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- dependset.html	19 Nov 2004 09:07:09 -0000	1.8
  +++ dependset.html	19 Nov 2004 20:30:45 -0000	1.9
  @@ -77,6 +77,7 @@
   this fileset will be compared against all files included in all of the
   <code>srcfileset</code> filesets and <code>sourcefilelist</code>
   filelists, and if any are older, they are all deleted.
  +Multiple <code>targetfileset</code> filesets may be specified.
   </p>
   
   <h4>targetfilelist</h4>
  @@ -87,6 +88,7 @@
   this filelist will be compared against all files included in all of the
   <code>srcfileset</code> filesets and <code>sourcefilelist</code>
   filelists, and if any are older, they are all deleted.
  +Multiple <code>targetfilelist</code> filelists may be specified.
   </p>
   
   <h3>Examples</h3>
  
  
  

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