ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build.config
(Generate patch)

Comparing projects/cms/source/server/build.config (file contents):
Revision 1.9 by tdb, Sat May 19 16:28:24 2001 UTC vs.
Revision 1.10 by tdb, Tue May 29 17:02:24 2001 UTC

# Line 1 | Line 1
1 < # Configuration file for i-scream DCMS server build script (ANT XML).
1 > # Configuration file for i-scream CMS server build script (ANT XML).
2  
3   # Most of this file should be fine as is, although there
4   # are a few options you may wish to change.
# Line 56 | Line 56 | SERVERJAR = iscream-server.jar
56  
57   # Main-class to be added to the Manifest of the Server JAR
58   # this is the class that will be loaded on starting the JAR
59 < MFMAINCLASS = uk.org.iscream.componentmanager.ComponentManager
59 > MFMAINCLASS = uk.org.iscream.cms.server.componentmanager.ComponentManager
60  
61   # Class-path to be added to the Manifest of the Server JAR
62   # this should match ${JCLIBS} (although layout differs)
# Line 65 | Line 65 | MFCLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib
65   # Util JAR name
66   UTILJAR = iscream-util.jar
67   # Location of Util source files
68 < UTILSRC = uk/org/iscream/util/**/*.java
68 > UTILSRC = uk/org/iscream/cms/server/util/**/*.java
69  
70  
71   #### Distributions ####
# Line 99 | Line 99 | INSTALLDEST = ${prefix}
99   # Location of Javadoc output
100   JDOCDIR = ${SOURCEROOT}/doc
101   # Packages to include in the Javadoc
102 < JDOCPKGS = uk.org.iscream.*
102 > JDOCPKGS = uk.org.iscream.cms.server.*
103   # Title to put on the Javadoc pages
104 < JDOCTITLE = i-scream DCMS server
104 > JDOCTITLE = i-scream CMS server
105   # Header of Javadoc pages
106   JDOCHEADER = <img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>
107   # Footer of Javadoc pages

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines