Skip to content

Commit

Permalink
update to java 6u14
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6108 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Jun 21, 2009
1 parent d268bb5 commit f6d0aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.nsi
Expand Up @@ -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=29220" ;jre-6u13-windows-i586-p.exe
!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=29222" ; jre-6u13-windows-x64-p.exe
!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

; ----------------------------------------
; GENERAL APPEARANCE
Expand Down

0 comments on commit f6d0aaa

Please sign in to comment.