From 332c6b20f81f4e6e9bf4b8b83ef58ed88863c2ce Mon Sep 17 00:00:00 2001
From: Peter Reilly
Date: Fri, 26 Nov 2004 13:42:43 +0000
Subject: [PATCH] add doc for issigned condition
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277081 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/conditions.html | 32 ++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/docs/manual/CoreTasks/conditions.html b/docs/manual/CoreTasks/conditions.html
index 9777bfdb0..aed1ede9a 100644
--- a/docs/manual/CoreTasks/conditions.html
+++ b/docs/manual/CoreTasks/conditions.html
@@ -325,7 +325,37 @@ that is "true","yes", or "on"
No |
-
+ issigned
+
+ Test whether a jarfile is signed.
+ If the name of the
+ signature is passed, the file is checked for presence of that
+ particular signature; otherwise the file is checked for the
+ existence of any signature
+
+
+ This condition has been added in Apache Ant 1.7.
+
+
+
+ Attribute |
+ Description |
+ Required |
+
+
+ file |
+
+ The jarfile that is to be tested for the presence
+ of a signature.
+ |
+ Yes |
+
+
+ name |
+ The signature name to check for. |
+ No |
+
+
typefound
Test whether a given type is defined, and that