From 5ab9fc9b83e7e117429d82928e3c0f0043d7f468 Mon Sep 17 00:00:00 2001
From: Peter Reilly
Date: Fri, 26 Nov 2004 14:39:26 +0000
Subject: [PATCH] doc for signedselector
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277083 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/selectors.html | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/docs/manual/CoreTypes/selectors.html b/docs/manual/CoreTypes/selectors.html
index d0a0a64a3..af4c42dd2 100755
--- a/docs/manual/CoreTypes/selectors.html
+++ b/docs/manual/CoreTypes/selectors.html
@@ -66,6 +66,9 @@
<modified>
- Select files if
the return value of the configured algorithm is different from that
stored in a cache.
+ <signedselector>
- Select files if
+ they are signed, and optionally if they have a signative of a certain name.
+
@@ -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 :-).
+
+ Signed Selector
+
+
+ The <signedselector>
tag selects signed files and optionaly
+ signed with a certain name.
+
+
+ This selector has been added in Apache Ant 1.7.
+
+
+
+ Attribute |
+ Description |
+ Required |
+
+
+ name |
+ The signature name to check for. |
+ no |
+
+
@@ -1292,4 +1317,4 @@