aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorHolger Zickner <[email protected]>2005-05-09 19:19:02 +0000
committerHolger Zickner <[email protected]>2005-05-09 19:19:02 +0000
commit1f1743ac3eb99266f0464b4efaab2e8f7f3fa716 (patch)
treeb20de2369b429ed86480f1e8a0dc64d767d5737e /build.xml
parenta8e60fc0dd8027708e087d6241b4ce0310b7e611 (diff)
use new bytonic key to sign webstart jars
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 843bdfb..0039065 100644
--- a/build.xml
+++ b/build.xml
@@ -267,7 +267,7 @@
<include name="lwjgl.dll"/>
<include name="lwjglaudio.dll"/>
</jar>
- <signjar keystore="${user.home}/bytonic" alias="hoz" storepass="${bytonic.pass}">
+ <signjar keystore="${user.home}/bytonic" alias="bytonic" storepass="${bytonic.pass}">
<fileset dir="webstart/lib">
<include name="**/*.jar"/>
</fileset>