Jon Stevens wrote:
>
> on 1/17/01 5:20 PM, "Josh Lucas" <[EMAIL PROTECTED]> wrote:
>
> > here ya go...
>
> I just checked this in. could you also please update the index.html?
>
> thx.
>
> -jon
>
done.
Index: index.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v
retrieving revision 1.190
diff -u -r1.190 index.html
--- index.html 2001/01/16 13:28:36 1.190
+++ index.html 2001/01/18 02:05:22
@@ -405,6 +405,7 @@
the target will always be executed.</p>
<p>The optional <code>description</code> attribute can be used to
provide a one-line description of this target, which is printed by the
<nobr><code>-projecthelp</code></nobr> command-line option.</p>
+<p>The optional <code>token</code> attribute can be used to change the
string used for the filtering of values. For example, "***" can be used
as both the start and end of the token instead of "@". If the attribute
is not there, the default value of "@" will be used.</p>
<p>It is a good practice to place your <a
href="#tstamp">tstamp</a> tasks in a so-called
<i>initialization</i> target, on which
@@ -445,6 +446,11 @@
<td valign="top">description</td>
<td valign="top">a short description of this target's
function.</td>
<td align="center" valign="top">No</td>
+ </tr>
+ <tr>
+ <td valign="top">token</td>
+ <td valign="top">the string which will be used as the filtering
token.</td>
+ <td align="top">No (Defaults to "@")</td>
</tr>
</table>