--- projects/cms/source/util/configure 2003/02/05 14:27:58 1.1 +++ projects/cms/source/util/configure 2003/08/22 13:36:18 1.3 @@ -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.3 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.3/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 \