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"
+ 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 | +
Test whether a given type is defined, and that