--- projects/cms/source/util/configure 2003/02/11 22:00:57 1.2 +++ projects/cms/source/util/configure 2004/03/21 19:24:14 1.4 @@ -4,13 +4,13 @@ # i-scream Distributed Centralised Monitoring System # Util package configure script # -# $Id: configure,v 1.2 2003/02/11 22:00:57 tdb Exp $ +# $Id: configure,v 1.4 2004/03/21 19:24:14 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 \