Browse Source

place values into the right columns; add forgotten value

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@806156 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 years ago
parent
commit
05f8f8bd02
1 changed files with 8 additions and 3 deletions
  1. +8
    -3
      docs/manual/CoreTypes/filterchain.html

+ 8
- 3
docs/manual/CoreTypes/filterchain.html View File

@@ -505,18 +505,23 @@ user defined values.
<td vAlign=top align="center">No</td>
</tr>
<tr>
<td vAlign=top>token</td>
<td vAlign=top>User defined String.</td>
<td vAlign=top>token</td>
<td vAlign=top>User defined search String.</td>
<td vAlign=top align="center">Yes</td>
</tr>
<tr>
<td vAlign=top>propertiesfile</td>
<td vAlign=top>Not applicable.</td>
<td vAlign=top>propertiesfile</td>
<td vAlign=top>Properties file to take tokens from.</td>
<td vAlign=top align="center">No</td>
</tr>
</table>
<tr>
<td vAlign=top>User defined String.</td>
<td vAlign=top>value</td>
<td vAlign=top>Replace-value for the token</td>
<td vAlign=top align="center">No</td>
</tr></table>
<p>

<h4>Example:</h4>


Loading…
Cancel
Save