diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-08 10:48:33 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-08 10:48:33 +0000 |
| commit | 5f72d2b19f0f5f54add858f372f911e62f24e5a9 (patch) | |
| tree | f847e7a757cd432e32d613771bbe48292d374209 /build.nsi | |
| parent | aeab8c7917ad84f614fc380ed1c8cedea279bc78 (diff) | |
update to jre6u16
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6383 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'build.nsi')
| -rwxr-xr-x | build.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=31621" ;jre-6u14-windows-i586.exe
-!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=31623" ;jre-6u14-windows-x64.exe
+!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
; ----------------------------------------
; GENERAL APPEARANCE
|
