--- projects/cms/source/server/build.config 2001/05/19 16:28:24 1.9 +++ projects/cms/source/server/build.config 2001/05/29 17:02:24 1.10 @@ -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.10 2001/05/29 17:02:24 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