--- projects/cms/source/util/configure 2003/02/05 14:27:58 1.1 +++ projects/cms/source/util/configure 2003/02/11 22:00:57 1.2 @@ -4,7 +4,7 @@ # i-scream Distributed Centralised Monitoring System # Util package configure script # -# $Id: configure,v 1.1 2003/02/05 14:27:58 tdb Exp $ +# $Id: configure,v 1.2 2003/02/11 22:00:57 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.3/docs/api/" +JDKURL="http://java.sun.com/j2se/1.4.1/docs/api/" mkdir -p ${SRCROOT}/.api-cache/jdk cd ${SRCROOT}/.api-cache/jdk if test -r "package-list"; then \