peterreilly    2005/03/09 09:31:23

  Modified:    docs/manual/CoreTasks Tag: ANT_16_BRANCH signjar.html
  Log:
  sync
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.10.2.4  +8 -6      ant/docs/manual/CoreTasks/signjar.html
  
  Index: signjar.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/signjar.html,v
  retrieving revision 1.10.2.3
  retrieving revision 1.10.2.4
  diff -u -r1.10.2.3 -r1.10.2.4
  --- signjar.html      9 Mar 2005 17:15:52 -0000       1.10.2.3
  +++ signjar.html      9 Mar 2005 17:31:23 -0000       1.10.2.4
  @@ -109,12 +109,14 @@
     </tr>
   </table>
   <h3>Examples</h3>
  -<blockquote>
  -  <p><pre>&lt;signjar jar=&quot;${dist}/lib/ant.jar&quot;
  -alias=&quot;apache-group&quot; storepass=&quot;secret&quot;/&gt;</pre</p>
  -</blockquote>
  -<p>signs the ant.jar with alias &quot;apache-group&quot; accessing the
  -keystore and private key via &quot;secret&quot; password.</p>
  +  <blockquote><pre>
  +&lt;signjar jar=&quot;${dist}/lib/ant.jar&quot;
  +alias=&quot;apache-group&quot; storepass=&quot;secret&quot;/&gt;
  +</pre></blockquote>
  +<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-2004 The Apache Software Foundation. 
All rights
   Reserved.</p>
  
  
  

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

Reply via email to