From 2db6ca81044117eb4452e2d3034f33e78aa646fe Mon Sep 17 00:00:00 2001 From: lotus Date: Sat, 30 Oct 2010 08:49:39 +0000 Subject: - do not allow user to disable java installation - java version update - build cleanup git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7284 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- addon/download.php | 8 ++++---- build.nsi | 4 ++-- build.xml | 5 ----- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/addon/download.php b/addon/download.php index 944b95d79..4798f7ac9 100644 --- a/addon/download.php +++ b/addon/download.php @@ -17,12 +17,12 @@ $_GET['yacyrevnr'] not used yet if ($_GET['what'] == 'jre') { if($_GET['version'] == 32) - // jre-6u21-windows-i586.exe - header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=41724'); + // jre-6u22-windows-i586.exe + header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=42733'); if($_GET['version'] == 64) - // jre-6u21-windows-x64.exe - header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=41293'); + // jre-6u22-windows-x64.exe + header('Location: http://javadl.sun.com/webapps/download/AutoDL?BundleId=42735'); } diff --git a/build.nsi b/build.nsi index 0d82f8393..3e04aba8f 100755 --- a/build.nsi +++ b/build.nsi @@ -123,7 +123,7 @@ LangString finishPage 0 "Zeige die Windows Firewall Konfiguration fuer YaCy." Section "YaCy" SectionIn 1 RO - SetShellVarContext current + SetShellVarContext current ; use system variables (folders) for current user RMDir /r "$SMPROGRAMS\YaCy" ;clear old shortcuts Delete "$QUICKLAUNCH\YaCy-Search.lnk" ;old Delete "$DESKTOP\YaCy-Search.lnk" ;old @@ -142,7 +142,7 @@ Section "YaCy" SectionEnd Section "Sun Java" - SectionIn 1 + SectionIn 1 RO SetShellVarContext current Call DetectJRE SectionEnd diff --git a/build.xml b/build.xml index 494bb35bd..cc1a3998e 100644 --- a/build.xml +++ b/build.xml @@ -314,9 +314,6 @@ - - - @@ -461,8 +458,6 @@ - - -- cgit v1.2.3