--- projects/cms/source/conient/configure 2003/08/22 13:36:18 1.12 +++ projects/cms/source/conient/configure 2004/08/01 10:39:59 1.14 @@ -4,13 +4,13 @@ # i-scream Distributed Centralised Monitoring System # Conient configure script # -# $Id: configure,v 1.12 2003/08/22 13:36:18 tdb Exp $ +# $Id: configure,v 1.14 2004/08/01 10:39: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" @@ -58,7 +58,7 @@ else \ ${WGET} ${JDKURL}package-list; \ fi -UTILURL="http://www.i-scream.org.uk/javadoc/util/" +UTILURL="http://www.i-scream.org/javadoc/util/" mkdir -p ${SRCROOT}/.api-cache/util cd ${SRCROOT}/.api-cache/util if test -r "package-list"; then \