From 94259659fdb767aa2b61860209068a597f9db2a3 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Fri, 24 Jul 2009 18:40:55 +0000 Subject: [PATCH] Temporarily use a mirror, while there is a problem with downloads.sourceforge.net https://sourceforge.net/apps/trac/sourceforge/ticket/2628 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@797600 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index fb10f91bb..737afac94 100644 --- a/build.properties.default +++ b/build.properties.default @@ -45,7 +45,11 @@ compile.debug=true base-commons.loc=http://archive.apache.org/dist/commons base-tomcat.loc=http://archive.apache.org/dist/tomcat -base-sf.loc=http://downloads.sourceforge.net +#base-sf.loc=http://downloads.sourceforge.net +# Temporarily use a mirror, while there is a problem +# with downloads.sourceforge.net +# https://sourceforge.net/apps/trac/sourceforge/ticket/2628 +base-sf.loc=http://sunet.dl.sourceforge.net # ----- Commons Logging, version 1.1 or later ----- commons-logging-version=1.1.1 -- 2.11.0