[jsword-svn] r1019 - trunk/bibledesktop/etc/installer

dmsmith at crosswire.org dmsmith at crosswire.org
Wed Mar 1 19:41:12 MST 2006


Author: dmsmith
Date: 2006-03-01 19:41:07 -0700 (Wed, 01 Mar 2006)
New Revision: 1019

Modified:
   trunk/bibledesktop/etc/installer/BibleDesktop.nsi
Log:
Update the Windows executable to java 1.5

Modified: trunk/bibledesktop/etc/installer/BibleDesktop.nsi
===================================================================
--- trunk/bibledesktop/etc/installer/BibleDesktop.nsi	2006-03-01 17:10:01 UTC (rev 1018)
+++ trunk/bibledesktop/etc/installer/BibleDesktop.nsi	2006-03-02 02:41:07 UTC (rev 1019)
@@ -8,8 +8,8 @@
 !define CLASS "org.crosswire.bibledesktop.desktop.Desktop"
 !define JAVALIB "$EXEDIR"
 
-!define JRE_VERSION "1.4.2"
-!define JRE_URL "http://dlc.sun.com/jdk/j2re-1_4_2_07-windows-i586-p.exe"
+!define JRE_VERSION "1.5.0"
+!define JRE_URL "http://dlc.sun.com/jdk/jre-1_5_0_01-windows-i586-p.exe"
 
 SetCompressor lzma
 



More information about the jsword-svn mailing list