aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorHolger Zickner <[email protected]>2004-09-19 10:21:53 +0000
committerHolger Zickner <[email protected]>2004-09-19 10:21:53 +0000
commit2bbf106f85dd89fbde6b1186f559f5a3f7844b63 (patch)
tree47c8b89c3b1601218646bd7ec3cdcaa6a9f890ae /build.xml
parent4953384ec0847c28153d92a70d789fc24ec8c274 (diff)
use property for keystore password
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 2f1d9c1..98f8034 100644
--- a/build.xml
+++ b/build.xml
@@ -197,7 +197,7 @@
<include name="joal.dll"/>
<include name="OpenAL32.dll"/>
</jar>
- <signjar keystore="${user.home}/bytonic" alias="hoz" storepass="">
+ <signjar keystore="${user.home}/bytonic" alias="hoz" storepass="${bytonic.pass}">
<fileset dir="webstart/lib">
<include name="**/*.jar"/>
</fileset>