--- projects/cms/source/server/build.config 2001/05/18 00:40:34 1.5
+++ 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
@@ -53,3 +55,6 @@ 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