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

Comparing projects/cms/source/conient/Config2.inc (file contents):
Revision 1.18 by tdb, Thu Feb 6 11:50:00 2003 UTC vs.
Revision 1.24 by tdb, Sun Aug 1 10:39:59 2004 UTC

# Line 7 | Line 7 | include $(SOURCEROOT)/Version.inc
7   DISTNAME = iscream_conient
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 65 | Line 65 | PKGLIST = uk.org.iscream.cms.conient\
65  
66   # Javadoc formatting
67   JDTITLE = "i-scream CMS conient"
68 < JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>"
69 < JDBOTTOM = "<i>Copyright &\#169; 2000-2002 i-scream. All Rights Reserved.</i>"
68 > JDHEADER = "<img src='http://www.i-scream.org/i-scream_small.gif' width='146' height='38'>"
69 > JDBOTTOM = "<i>Copyright &\#169; 2000-2003 i-scream. All Rights Reserved.</i>"
70  
71   # Javadoc Directories
72   DOCDIR = $(BUILD)/doc
73   APICACHE = $(SOURCEROOT)/.api-cache
74  
75   # Javadoc API linking
76 < JDJAPI = "http://java.sun.com/j2se/1.3/docs/api/"
76 > JDJAPI = "http://java.sun.com/j2se/1.4.2/docs/api/"
77 > JDUAPI = "http://www.i-scream.org/javadoc/util/"
78  
79   # Javadoc API cache
80   JDJAPIC = $(APICACHE)/jdk
81 + JDUAPIC = $(APICACHE)/util
82  
83   # ChangeLog file
84   CHANGELOG = $(BUILD)/ChangeLog
# Line 86 | Line 88 | SRCDIR = $(BUILD)/src
88   # Files to be included in the source code dist
89   SRCFILES = Config2.inc Makefile Makefile.inc README build.config \
90             build.xml configure uk COPYING Version.inc \
91 <           $(BUILDDIRNAME)/COPYING $(BUILDDIRNAME)/etc \
91 >           $(BUILDDIRNAME)/etc \
92             $(BUILDDIRNAME)/lib $(BUILDDIRNAME)/run.bat \
93             $(BUILDDIRNAME)/run.sh $(BUILDDIRNAME)/Makefile \
94             $(BUILDDIRNAME)/resources
95 +
96 + # Licence File
97 + LICFILE = COPYING
98  
99   # User configurable options - defaults
100   dest = $(BUILD)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines