--- projects/cms/source/server/configure 2003/05/05 22:04:55 1.22 +++ projects/cms/source/server/configure 2003/08/22 13:36:18 1.23 @@ -4,7 +4,7 @@ # 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.23 2003/08/22 13:36:18 tdb Exp $ # ## Config @@ -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 \