--- projects/cms/source/server/build.config 2001/05/19 16:28:24 1.9 +++ projects/cms/source/server/build.config 2001/06/14 16:42:49 1.13 @@ -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.13 2001/06/14 16:42:49 tdb Exp $ #### Locations of directions #### @@ -56,7 +56,7 @@ 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) @@ -65,7 +65,7 @@ MFCLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib # 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,9 +99,9 @@ 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 @@ -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 ####