From 3df1060015d9c9d52ba53c774da28439944ae402 Mon Sep 17 00:00:00 2001 From: lotus Date: Sat, 20 Feb 2010 08:59:17 +0000 Subject: [PATCH] =?UTF-8?q?jre=20update=20f=C3=BCr=20installer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6683 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.nsi b/build.nsi index 997861865..dc2fa6a37 100755 --- a/build.nsi +++ b/build.nsi @@ -47,8 +47,8 @@ SetCompressor /SOLID LZMA ; http://www.java.com/de/download/manual.jsp BundleId +1 / +2 !define JRE_VERSION6 "1.6" -!define JRE_32 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=33890" ;jre-6u16-windows-i586.exe -!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=33892" ;jre-6u16-windows-x64.exe +!define JRE_32 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=37718" ;jre-6u18-windows-i586.exe +!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=37401" ;jre-6u18-windows-x64.exe ; ---------------------------------------- ; GENERAL APPEARANCE