--- projects/cms/source/server/build.config 2001/05/19 16:28:24 1.9
+++ projects/cms/source/server/build.config 2002/02/09 17:04:33 1.16
@@ -1,10 +1,10 @@
-# Configuration file for i-scream DCMS server build script (ANT XML).
+# Configuration file for i-scream CMS server build script (ANT XML).
# Most of this file should be fine as is, although there
# are a few options you may wish to change.
# This file should conform the the Java Properties standards.
-# $Id: build.config,v 1.9 2001/05/19 16:28:24 tdb Exp $
+# $Id: build.config,v 1.16 2002/02/09 17:04:33 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}
@@ -56,16 +56,16 @@ SERVERJAR = iscream-server.jar
# Main-class to be added to the Manifest of the Server JAR
# this is the class that will be loaded on starting the JAR
-MFMAINCLASS = uk.org.iscream.componentmanager.ComponentManager
+MFMAINCLASS = uk.org.iscream.cms.server.componentmanager.ComponentManager
# 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
# Location of Util source files
-UTILSRC = uk/org/iscream/util/**/*.java
+UTILSRC = uk/org/iscream/cms/server/util/**/*.java
#### Distributions ####
@@ -99,13 +99,13 @@ INSTALLDEST = ${prefix}
# Location of Javadoc output
JDOCDIR = ${SOURCEROOT}/doc
# Packages to include in the Javadoc
-JDOCPKGS = uk.org.iscream.*
+JDOCPKGS = uk.org.iscream.cms.server.*
# Title to put on the Javadoc pages
-JDOCTITLE = i-scream DCMS server
+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/
@@ -115,9 +115,9 @@ JDOCJAPI = http://java.sun.com/j2se/1.3/docs/api/
# These are required for the cvsbuild target
# CVS Repository
-CVSROOT = /usr/local/proj/co600_10/cvs
+CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream
# Module of server
-CVSMODULE = source/server
+CVSMODULE = 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://killigrew.ukc.ac.uk
+LIBURL = http://www.i-scream.org.uk/downloads/lib
#### Running ####