Browse Source

Default value of append attribute for record task documented incorrectly

PR: 25544
Obtained  from: John McDonnell


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275789 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
d8d7586c7b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/recorder.html

+ 1
- 1
docs/manual/CoreTasks/recorder.html View File

@@ -50,7 +50,7 @@ a buildFinished event.</p>
<td valign="top">append</td>
<td valign="top">Should the recorder append to a file, or create a new
one? This is only applicable the first time this task is called for
this file. [Values = {yes|no}, Default=yes]</td>
this file. [Values = {yes|no}, Default=no]</td>
<td align="center" valign="middle">no</td>
</tr>
<tr>


Loading…
Cancel
Save