summaryrefslogtreecommitdiff
path: root/build.nsi
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-02-20 08:59:17 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-02-20 08:59:17 +0000
commit3df1060015d9c9d52ba53c774da28439944ae402 (patch)
tree431a0b978c994b74425165de1cded116cd86a1f1 /build.nsi
parent7d569ce73554076eee132b2bd3338c31219dcf0a (diff)
jre update für installer
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6683 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'build.nsi')
-rwxr-xr-xbuild.nsi4
1 files 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