peterreilly 2004/11/26 06:39:26
Modified: docs/manual/CoreTypes selectors.html
Log:
doc for signedselector
Revision Changes Path
1.28 +26 -1 ant/docs/manual/CoreTypes/selectors.html
Index: selectors.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTypes/selectors.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- selectors.html 19 Nov 2004 09:07:10 -0000 1.27
+++ selectors.html 26 Nov 2004 14:39:26 -0000 1.28
@@ -66,6 +66,9 @@
<li><a href="#modified"><code><modified></code></a> - Select
files if
the return value of the configured algorithm is different from that
stored in a cache.</li>
+ <li><a href="#signedselector"><code><signedselector></code></a>
- Select files if
+ they are signed, and optionally if they have a signative of a
certain name.
+ </li>
</ul>
<a name="containsselect"></a>
@@ -894,6 +897,28 @@
instantiation. There is a problem in the initialization algorithm for this
case. Therefore you should not use this (or tell me the workaround :-).</p>
+ <a name="signedselector"></a>
+ <h4>Signed Selector</h4>
+
+ <p>
+ The <code><signedselector></code> tag selects signed files and
optionaly
+ signed with a certain name.
+ </p>
+ <p>
+ This selector has been added in Apache Ant 1.7.
+ </p>
+ <table border="1" cellpadding="2" cellspacing="0">
+ <tr>
+ <td valign="top"><b>Attribute</b></td>
+ <td valign="top"><b>Description</b></td>
+ <td align="center" valign="top"><b>Required</b></td>
+ </tr>
+ <tr>
+ <td valign="top">name</td>
+ <td valign="top"> The signature name to check for.</td>
+ <td valign="top" align="center">no</td>
+ </tr>
+ </table>
<a name="selectcontainers"></a>
@@ -1292,4 +1317,4 @@
</body>
-</html>
\ No newline at end of file
+</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]