Browse Source

doc for signedselector

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277083 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
5ab9fc9b83
1 changed files with 26 additions and 1 deletions
  1. +26
    -1
      docs/manual/CoreTypes/selectors.html

+ 26
- 1
docs/manual/CoreTypes/selectors.html View File

@@ -66,6 +66,9 @@
<li><a href="#modified"><code>&lt;modified&gt;</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>&lt;signedselector&gt;</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>&lt;signedselector&gt;</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>
</html>

Loading…
Cancel
Save