--- projects/cms/source/server/build.config 2002/02/04 00:14:13 1.14.2.1 +++ projects/cms/source/server/build.config 2004/03/31 21:15:59 1.18 @@ -4,7 +4,7 @@ # are a few options you may wish to change. # This file should conform the the Java Properties standards. -# $Id: build.config,v 1.14.2.1 2002/02/04 00:14:13 tdb Exp $ +# $Id: build.config,v 1.18 2004/03/31 21:15:59 tdb Exp $ #### Locations of directions #### @@ -105,7 +105,7 @@ JDOCTITLE = i-scream CMS server # Header of Javadoc pages JDOCHEADER = # Footer of Javadoc pages -JDOCBOTTOM = Copyright © 2000-2001 i-scream. All Rights Reserved. +JDOCBOTTOM = Copyright © 2000-2002 i-scream. All Rights Reserved. # Live link to 1.3 Java API (to allow linking) JDOCJAPI = http://java.sun.com/j2se/1.3/docs/api/ @@ -117,7 +117,7 @@ JDOCJAPI = http://java.sun.com/j2se/1.3/docs/api/ # CVS Repository CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream # Module of server -CVSMODULE = cms/source/server +CVSMODULE = projects/cms/source/server # Temporary directory to use CVSBUILDTEMP = ${SOURCEROOT}/cvsbuildtemp # Default revision to build @@ -131,7 +131,7 @@ REVISION = ${rev} # base url for JARs # note NO trailing slash -LIBURL = http://www.i-scream.org.uk/downloads/lib +LIBURL = http://www.i-scream.org/pub/i-scream/cms/lib #### Running ####