|
From: <ma...@us...> - 2011-01-19 21:15:03
|
Revision: 3470
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3470&view=rev
Author: matzon
Date: 2011-01-19 21:14:57 +0000 (Wed, 19 Jan 2011)
Log Message:
-----------
keystore changes
Modified Paths:
--------------
trunk/LWJGL/platform_build/build-webstart.xml
Modified: trunk/LWJGL/platform_build/build-webstart.xml
===================================================================
--- trunk/LWJGL/platform_build/build-webstart.xml 2011-01-13 10:54:04 UTC (rev 3469)
+++ trunk/LWJGL/platform_build/build-webstart.xml 2011-01-19 21:14:57 UTC (rev 3470)
@@ -11,8 +11,8 @@
<input message="Please type the password for the keystore" addproperty="sign.pwd"/>
<antcall target="-webstart_demo">
- <param name="keystore" value="signing/matzon_java_code_signing.keystore"/>
- <param name="alias" value="oddlabs_java_code_signing"/>
+ <param name="keystore" value="signing/lwjgl.jks"/>
+ <param name="alias" value="lwjgl"/>
<param name="password" value="${sign.pwd}"/>
</antcall>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|