Author: nextgens
Date: 2007-02-10 16:19:12 +0000 (Sat, 10 Feb 2007)
New Revision: 11743
Modified:
trunk/apps/new_installer/build.xml
Log:
update the JVM version we are bundling within the installer
Modified: trunk/apps/new_installer/build.xml
===================================================================
--- trunk/apps/new_installer/build.xml 2007-02-10 16:16:35 UTC (rev 11742)
+++ trunk/apps/new_installer/build.xml 2007-02-10 16:19:12 UTC (rev 11743)
@@ -10,7 +10,7 @@
<property name="dest" value="install.jar"/>
<property name="build" value="build"/>
<property name="izPack.lib" value="lib/standalone-compiler.jar"/>
- <property name="jre.lib" value="lib/jre-1_5_0_09-windows-i586-p-s.exe"/>
+ <property name="jre.lib" value="lib/jre-1_5_0_11-windows-i586-p-s.exe"/>
<taskdef name="izpack"
classpath="${basedir}/lib/standalone-compiler.jar"
classname="com.izforge.izpack.ant.IzPackTask"/>