--- projects/cms/source/server/configure 2003/05/05 22:04:55 1.22 +++ projects/cms/source/server/configure 2005/02/10 17:35:59 1.26 @@ -4,13 +4,13 @@ # i-scream Distributed Centralised Monitoring System # Server configure script # -# $Id: configure,v 1.22 2003/05/05 22:04:55 tdb Exp $ +# $Id: configure,v 1.26 2005/02/10 17:35:59 tdb Exp $ # ## Config # HTTP Server. This is the source of all downloads. -HTTPSERVER="http://www.i-scream.org.uk/downloads/lib/" +HTTPSERVER="http://www.i-scream.org/pub/i-scream/cms/lib/" # This script uses wget, set it's path and parameters here WGETPARAM="-nv" @@ -48,7 +48,7 @@ done ## Cache javadoc API package-list files echo "> Caching remote API's" -JDKURL="http://java.sun.com/j2se/1.4.1/docs/api/" +JDKURL="http://java.sun.com/j2se/1.4.2/docs/api/" mkdir -p ${SRCROOT}/.api-cache/jdk cd ${SRCROOT}/.api-cache/jdk if test -r "package-list"; then \ @@ -68,7 +68,7 @@ else \ ${WGET} ${PIRCBOTURL}package-list; \ fi -UTILURL="http://www.i-scream.org.uk/javadoc/util/" +UTILURL="http://www.i-scream.org/cms/javadoc/util/" mkdir -p ${SRCROOT}/.api-cache/util cd ${SRCROOT}/.api-cache/util if test -r "package-list"; then \