You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2005/03/09 18:26:06 UTC

cvs commit: ant/docs/manual/CoreTasks signjar.html

peterreilly    2005/03/09 09:26:03

  Modified:    docs/manual/CoreTasks signjar.html
  Log:
  opps fix last fix
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- signjar.html	9 Mar 2005 17:15:19 -0000	1.17
  +++ signjar.html	9 Mar 2005 17:26:03 -0000	1.18
  @@ -115,12 +115,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-2005 The Apache Software Foundation. All rights
   Reserved.</p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org