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><dirset></code> elements to define the directories for this task and refer to <code><dirset></code>s defined elsewhere.</p> +<h4>mapper</h4> +<p>A single <code><mapper></code> specifies the target files +relative to the <CODE>dest</CODE> attribute for dependency checking. +At least one <code><fileset></code> or +<code><filelist></code> is required.</p> <h4>arg</h4> <p>Command line arguments should be specified as nested <code><arg></code> elements. See <a @@ -334,4 +339,3 @@ </body> </html> -
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]