bodewig     2003/04/09 23:39:24

  Modified:    docs/manual/CoreTasks Tag: ANT_15_BRANCH signjar.html
  Log:
  Merge fix for 18876 from HEAD
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.3   +5 -3      ant/docs/manual/CoreTasks/signjar.html
  
  Index: signjar.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/signjar.html,v
  retrieving revision 1.6.2.2
  retrieving revision 1.6.2.3
  diff -u -r1.6.2.2 -r1.6.2.3
  --- signjar.html      16 Jan 2003 12:00:39 -0000      1.6.2.2
  +++ signjar.html      10 Apr 2003 06:39:23 -0000      1.6.2.3
  @@ -27,7 +27,8 @@
     <tr>
       <td valign="top">jar</td>
       <td valign="top">the jar file to sign</td>
  -    <td valign="top" align="center">Yes.</td>
  +    <td valign="top" align="center">Yes, unless nested filesets have
  +      been used.</td>
     </tr>
     <tr>
       <td valign="top">alias</td>
  @@ -102,7 +103,8 @@
     </tr>
     <tr>
       <td valign="top">fileset</td>
  -    <td valign="top">fileset of JAR files to sign</td>
  +    <td valign="top">fileset of JAR files to sign.  Will be ignored if
  +      the jar attribute of the task has been set.</td>
       <td valign="top" align="center">No</td>
     </tr>
   </table>
  @@ -114,7 +116,7 @@
   <p>signs the ant.jar with alias &quot;apache-group&quot; accessing the
   keystore and private key via &quot;secret&quot; password.</p>
   <hr>
  -<p align="center">Copyright &copy; 2000-2001 Apache Software Foundation. All 
rights
  +<p align="center">Copyright &copy; 2000-2001,2003 Apache Software 
Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  

Reply via email to