Skip to content

Commit

Permalink
jre update für installer
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6683 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Feb 20, 2010
1 parent 7d569ce commit 3df1060
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=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
Expand Down

0 comments on commit 3df1060

Please sign in to comment.