From b4bede10d5a19c34d8db37a4e3206bec88f60c5b Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 9 Mar 2005 17:26:03 +0000 Subject: [PATCH] opps fix last fix git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277855 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/signjar.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/manual/CoreTasks/signjar.html b/docs/manual/CoreTasks/signjar.html index 803c24501..dfb33feea 100644 --- a/docs/manual/CoreTasks/signjar.html +++ b/docs/manual/CoreTasks/signjar.html @@ -115,12 +115,14 @@ block

Examples

-
-

<signjar jar="${dist}/lib/ant.jar"
-alias="apache-group" storepass="secret"/>
-
-

signs the ant.jar with alias "apache-group" accessing the -keystore and private key via "secret" password.

+
+<signjar jar="${dist}/lib/ant.jar"
+alias="apache-group" storepass="secret"/>
+
+

+ signs the ant.jar with alias "apache-group" accessing the + keystore and private key via "secret" password. +


Copyright © 2000-2005 The Apache Software Foundation. All rights Reserved.