--- projects/cms/source/server/build.config 2001/06/14 16:42:49 1.13
+++ projects/cms/source/server/build.config 2004/03/21 19:24:13 1.17
@@ -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.13 2001/06/14 16:42:49 tdb Exp $
+# $Id: build.config,v 1.17 2004/03/21 19:24:13 tdb Exp $
#### Locations of directions ####
@@ -24,7 +24,7 @@ ROOTPKG = uk
# Libraries required by the server
# this should match ${MFCLPATH} (although layout differs)
-JCLIBS = ${LIBDIR}/idl.jar:${LIBDIR}/jacorb.jar:${LIBDIR}/jaxp.jar:${LIBDIR}/crimson.jar:${LIBDIR}/mm.mysql-2.0.4-bin.jar
+JCLIBS = ${LIBDIR}/idl.jar:${LIBDIR}/jacorb.jar:${LIBDIR}/jaxp.jar:${LIBDIR}/crimson.jar:${LIBDIR}/mm.mysql-2.0.11-bin.jar:${LIBDIR}/pircbot.jar
# Compiler Classpath
JCCLASSPATH = ${JCLIBS}:${SOURCEROOT}:${BUILDDIR}
@@ -60,7 +60,7 @@ MFMAINCLASS = uk.org.iscream.cms.server.componentmanag
# Class-path to be added to the Manifest of the Server JAR
# this should match ${JCLIBS} (although layout differs)
-MFCLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.4-bin.jar lib/crimson.jar
+MFCLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.11-bin.jar lib/crimson.jar lib/pircbot.jar
# Util JAR name
UTILJAR = iscream-util.jar
@@ -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/
@@ -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 ####