Browse Source

opps fix last fix

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277855 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
b4bede10d5
1 changed files with 8 additions and 6 deletions
  1. +8
    -6
      docs/manual/CoreTasks/signjar.html

+ 8
- 6
docs/manual/CoreTasks/signjar.html View File

@@ -115,12 +115,14 @@ block</td>
</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>


Loading…
Cancel
Save