Author: jhm
Date: Thu Aug 20 13:03:43 2009
New Revision: 806156
URL: http://svn.apache.org/viewvc?rev=806156&view=rev
Log:
place values into the right columns; add forgotten value
Modified:
ant/core/trunk/docs/manual/CoreTypes/filterchain.html
Modified: ant/core/trunk/docs/manual/CoreTypes/filterchain.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/filterchain.html?rev=806156&r1=806155&r2=806156&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/filterchain.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/filterchain.html Thu Aug 20 13:03:43
2009
@@ -505,18 +505,23 @@
<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>