--- projects/cms/source/server/configure 2003/02/21 21:21:51 1.21 +++ projects/cms/source/server/configure 2004/08/01 10:40:37 1.25 @@ -4,13 +4,13 @@ # i-scream Distributed Centralised Monitoring System # Server configure script # -# $Id: configure,v 1.21 2003/02/21 21:21:51 tdb Exp $ +# $Id: configure,v 1.25 2004/08/01 10:40:37 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" @@ -32,7 +32,7 @@ SRCROOT=`pwd` echo "> Checking for required libraries" cd build/lib -LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar mm.mysql-2.0.11-bin.jar pircbot.jar iscream_util.jar" +LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar pircbot.jar iscream_util.jar" for LIB in ${LIBRARIES}; do @@ -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/javadoc/util/" mkdir -p ${SRCROOT}/.api-cache/util cd ${SRCROOT}/.api-cache/util if test -r "package-list"; then \