--- projects/cms/source/server/build.config 2001/05/14 02:47:00 1.4
+++ projects/cms/source/server/build.config 2001/05/18 01:01:11 1.6
@@ -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
@@ -46,3 +48,13 @@ ZIPFILE = ${ARCNAME}${ZIPEXT}
LIBURL = http://killigrew.ukc.ac.uk
RUNFILTERNAME = filter1
+
+JDOCDIR = ${SOURCEROOT}/doc
+JDOCPKGS = uk.org.iscream.*
+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