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.19 by tdb, Sun Aug 1 10:40:36 2004 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 24 | Line 24 | ROOTPKG = uk
24  
25   # Libraries required by the server
26   # this should match ${MFCLPATH} (although layout differs)
27 < JCLIBS = ${LIBDIR}/idl.jar:${LIBDIR}/jacorb.jar:${LIBDIR}/jaxp.jar:${LIBDIR}/crimson.jar:${LIBDIR}/mm.mysql-2.0.4-bin.jar
27 > JCLIBS = ${LIBDIR}/idl.jar:${LIBDIR}/jacorb.jar:${LIBDIR}/jaxp.jar:${LIBDIR}/crimson.jar:${LIBDIR}/mm.mysql-2.0.11-bin.jar:${LIBDIR}/pircbot.jar
28   # Compiler Classpath
29   JCCLASSPATH = ${JCLIBS}:${SOURCEROOT}:${BUILDDIR}
30  
# 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)
63 < MFCLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.4-bin.jar lib/crimson.jar
63 > MFCLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.11-bin.jar lib/crimson.jar lib/pircbot.jar
64  
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'>
106 > JDOCHEADER = <img src='http://www.i-scream.org/i-scream_small.gif' width='146' height='38'>
107   # Footer of Javadoc pages
108 < JDOCBOTTOM = <i>Copyright &#169; 2000-2001 i-scream. All Rights Reserved.</i>
108 > JDOCBOTTOM = <i>Copyright &#169; 2000-2002 i-scream. All Rights Reserved.</i>
109   # Live link to 1.3 Java API (to allow linking)
110   JDOCJAPI = http://java.sun.com/j2se/1.3/docs/api/
111  
# Line 115 | Line 115 | JDOCJAPI = http://java.sun.com/j2se/1.3/docs/api/
115   # These are required for the cvsbuild target
116  
117   # CVS Repository
118 < CVSROOT = /usr/local/proj/co600_10/cvs
118 > CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream
119   # Module of server
120 < CVSMODULE = source/server
120 > CVSMODULE = projects/cms/source/server
121   # Temporary directory to use
122   CVSBUILDTEMP = ${SOURCEROOT}/cvsbuildtemp
123   # Default revision to build
# Line 131 | Line 131 | REVISION = ${rev}
131  
132   # base url for JARs
133   # note NO trailing slash
134 < LIBURL = http://killigrew.ukc.ac.uk
134 > LIBURL = http://www.i-scream.org/pub/i-scream/cms/lib
135  
136   #### Running ####
137  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines