--- projects/cms/source/conient/configure 2003/08/22 13:36:18 1.12 +++ projects/cms/source/conient/configure 2005/04/16 15:08:00 1.15 @@ -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.15 2005/04/16 15:08:00 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/cms/javadoc/util/" mkdir -p ${SRCROOT}/.api-cache/util cd ${SRCROOT}/.api-cache/util if test -r "package-list"; then \