Browse Source

Remove documentation for failonerror attribute of javadoc. It doesn't

exist anymore.

Submitted by:	Corey Puffalt <corey@kelman.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268129 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
16a8fc3a57
2 changed files with 2 additions and 7 deletions
  1. +2
    -0
      WHATSNEW
  2. +0
    -7
      docs/index.html

+ 2
- 0
WHATSNEW View File

@@ -11,6 +11,8 @@ Fixed bugs:

* <signjar> doesn't use deprectated methods anymore.

* documentation of javadoc has been corrected.

Changes from Ant 1.1 to Ant 1.2
===============================



+ 0
- 7
docs/index.html View File

@@ -3094,13 +3094,6 @@ instead.</p>
<td align="center" valign="top">1.2</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">failonerror</td>
<td valign="top">Stop the buildprocess if the command exits with a
returncode other than 0.</td>
<td align="center" valign="top">all</td>
<td align="center" valign="top">No</td>
</tr>
</table>

<h3>Parameters specified as nested elements</h3>


Loading…
Cancel
Save