Browse Source

Merged ignoremissing.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276628 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
5e2008922a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/manual/CoreTasks/apply.html

+ 2
- 1
docs/manual/CoreTasks/apply.html View File

@@ -3,6 +3,7 @@
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Apply Task</title> <title>Apply Task</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
</head> </head>


<body> <body>
@@ -251,7 +252,7 @@ to send input to it is via the input and inputstring attributes.</p>
<tr> <tr>
<td valign="top">ignoremissing</td> <td valign="top">ignoremissing</td>
<td valign="top">Whether to ignore nonexistent files specified <td valign="top">Whether to ignore nonexistent files specified
via filelists. <em>Since Ant 1.7.</em></td>
via filelists. <em>Since Ant 1.6.2.</em></td>
<td align="center" valign="top">No, default is <i>true</i></td> <td align="center" valign="top">No, default is <i>true</i></td>
</tr> </tr>
</table> </table>


Loading…
Cancel
Save