peterreilly    2004/11/26 05:42:43

  Modified:    docs/manual/CoreTasks conditions.html
  Log:
  add doc for issigned condition
  
  Revision  Changes    Path
  1.23      +31 -1     ant/docs/manual/CoreTasks/conditions.html
  
  Index: conditions.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/conditions.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- conditions.html   23 Jan 2004 16:41:13 -0000      1.22
  +++ conditions.html   26 Nov 2004 13:42:43 -0000      1.23
  @@ -325,7 +325,37 @@
       <td valign="top" align="center">No</td>
     </tr>
   </table>
  -
  +  <h4>issigned</h4>
  +  <p>
  +    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
  +  </p>
  +  <p>
  +    This condition 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">file</td>
  +    <td valign="top">
  +      The jarfile that is to be tested for the presence
  +      of a signature.
  +    </td>
  +    <td valign="top" align="center">Yes</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>
   <h4>typefound</h4>
   
   <p>Test whether a given type is defined, and that
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to