diff options
| author | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-03-27 00:59:17 +0000 |
|---|---|---|
| committer | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-03-27 00:59:17 +0000 |
| commit | b2e276565de7b76c6e2b5dade168fa88eb9399b8 (patch) | |
| tree | 6e4ad718061a6ea568a3761ef482e5574d83f7da /pki/base/java-tools/build.xml | |
| parent | 19838bdf32ce33e8d14eb62f1aaf772bec52d88d (diff) | |
Bugzilla Bug #490947 - PrettyPrintCrl throws exceptions.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@339 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/java-tools/build.xml')
| -rw-r--r-- | pki/base/java-tools/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/java-tools/build.xml b/pki/base/java-tools/build.xml index cb2ac2d21..43ad1d5f1 100644 --- a/pki/base/java-tools/build.xml +++ b/pki/base/java-tools/build.xml @@ -373,7 +373,7 @@ </exec> <delete file="./build/cmds/PKCS12Export.tmp"/> - <copy file="./templates/pki_java_command_wrapper" + <copy file="./templates/pretty_print_cert_command_wrapper" tofile="./build/cmds/PrettyPrintCert.tmp"/> <exec executable="sed" output="./build/cmds/PrettyPrintCert"> @@ -385,7 +385,7 @@ </exec> <delete file="./build/cmds/PrettyPrintCert.tmp"/> - <copy file="./templates/pki_java_command_wrapper" + <copy file="./templates/pretty_print_crl_command_wrapper" tofile="./build/cmds/PrettyPrintCrl.tmp"/> <exec executable="sed" output="./build/cmds/PrettyPrintCrl"> |
