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

Comparing projects/cms/source/server/Config2.inc (file contents):
Revision 1.43 by tdb, Fri Aug 22 13:36:18 2003 UTC vs.
Revision 1.44 by tdb, Sun Aug 1 10:40:36 2004 UTC

# Line 7 | Line 7 | include $(SOURCEROOT)/Version.inc
7   DISTNAME = iscream_server
8  
9   # Location of the i-scream CVS Repository Root
10 < CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream
10 > CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream
11  
12   # This will attempt to locate cvs, and return the path.
13   CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi`
# Line 78 | Line 78 | PKGLIST = uk.org.iscream.cms.server.clientinterface\
78  
79   # Javadoc formatting
80   JDTITLE = "i-scream CMS server"
81 < JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>"
81 > JDHEADER = "<img src='http://www.i-scream.org/i-scream_small.gif' width='146' height='38'>"
82   JDBOTTOM = "<i>Copyright &\#169; 2000-2003 i-scream. All Rights Reserved.</i>"
83  
84   # Javadoc Directories
# Line 89 | Line 89 | APICACHE = $(SOURCEROOT)/.api-cache
89   # Javadoc API linking
90   JDJAPI = "http://java.sun.com/j2se/1.4.2/docs/api/"
91   JDPBAPI = "http://www.jibble.org/javadocs/pircbot/"
92 < JDUAPI = "http://www.i-scream.org.uk/javadoc/util/"
92 > JDUAPI = "http://www.i-scream.org/javadoc/util/"
93  
94   # Javadoc API cache
95   JDJAPIC = $(APICACHE)/jdk

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines