diff options
-rw-r--r-- | fop/build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fop/build.xml b/fop/build.xml index 3928f93ce..398879bb8 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -1303,7 +1303,9 @@ NOTE: </target> <target name="release-dist" depends="dist" description="Generates the distribution package and signs the release"> <property name="bin.suffix" value="bin"/> - <input message="Passphrase for your default private key (attention: passphrase will be echoed in clear text on the display!)" addproperty="pwd"/> + <input message="Passphrase for your default private key" addproperty="pwd"> + <handler classname="org.apache.tools.ant.input.SecureInputHandler" /> + </input> <antcall target="sha512"> <param name="sign.archive" value="${name}-${version}-src.zip"/> </antcall> |