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 2004/01/22 19:41:28 UTC

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

peterreilly    2004/01/22 10:41:28

  Modified:    docs/manual/CoreTasks apply.html
  Log:
  fix doc for mapper element of apply
  PR: 26352
  Obtained from: Matt Benson
  
  Revision  Changes    Path
  1.25      +5 -1      ant/docs/manual/CoreTasks/apply.html
  
  Index: apply.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/apply.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- apply.html	13 Oct 2003 13:08:52 -0000	1.24
  +++ apply.html	22 Jan 2004 18:41:28 -0000	1.25
  @@ -264,6 +264,11 @@
   <p>You can use any number of nested <code>&lt;dirset&gt;</code>
   elements to define the directories for this task and refer to
   <code>&lt;dirset&gt;</code>s defined elsewhere.</p>
  +<h4>mapper</h4>
  +<p>A single <code>&lt;mapper&gt;</code> specifies the target files
  +relative to the <CODE>dest</CODE> attribute for dependency checking.
  +At least one <code>&lt;fileset&gt;</code> or
  +<code>&lt;filelist&gt;</code> is required.</p>
   <h4>arg</h4>
   <p>Command line arguments should be specified as nested
   <code>&lt;arg&gt;</code> elements. See <a
  @@ -334,4 +339,3 @@
   
   </body>
   </html>
  -
  
  
  

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