--- projects/cms/source/server/build.config 2001/05/18 00:40:34 1.5 +++ projects/cms/source/server/build.config 2001/05/18 02:12:33 1.8 @@ -1,5 +1,7 @@ # Configuration file for XML build (ant) +# TODO: Major tidying and commenting + # Location of the build directory BUILDDIR = ${SOURCEROOT}/build # Relative (to BUILD) location of the libraries @@ -53,3 +55,16 @@ JDOCTITLE = i-scream server JDOCHEADER = JDOCBOTTOM = Copyright © 2000-2001 i-scream. All Rights Reserved. JDOCJAPI = http://java.sun.com/j2se/1.3/docs/api/ + +UTILJAR = iscream-util.jar +UTILSRC = uk/org/iscream/util/**/*.java + +# Install Prefix +prefix = /usr/local/iscream-server +INSTALLDEST = ${prefix} + +CVSROOT = /usr/local/proj/co600_10/cvs +CVSMODULE = source/server +CVSBUILDTEMP = ${SOURCEROOT}/cvsbuildtemp +rev = HEAD +REVISION = ${rev}