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.35 by tdb, Wed Feb 5 22:17:56 2003 UTC vs.
Revision 1.38 by tdb, Tue Feb 11 22:00:56 2003 UTC

# Line 46 | Line 46 | JCFLAGS =
46  
47   # Name of JAR file (will be created in BUILD)
48   PACKAGE = $(DISTNAME).jar
49 UTILPACKAGE = iscream_util.jar
49   # Main-class to be added to the Manifest
50   MAINCLASS = uk.org.iscream.cms.server.componentmanager.ComponentManager
51   # Class-path to be added to the Manifest
# Line 74 | Line 73 | PKGLIST = uk.org.iscream.cms.server.clientinterface\
73          uk.org.iscream.cms.server.filter.plugins\
74          uk.org.iscream.cms.server.filtermanager\
75          uk.org.iscream.cms.server.rootfilter\
77        uk.org.iscream.cms.server.util\
76          uk.org.iscream.cms.server.client\
77          uk.org.iscream.cms.server.client.monitors\
78          uk.org.iscream.cms.server.client.alerters
# Line 82 | Line 80 | PKGLIST = uk.org.iscream.cms.server.clientinterface\
80   # Javadoc formatting
81   JDTITLE = "i-scream CMS server"
82   JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>"
83 < JDBOTTOM = "<i>Copyright &\#169; 2000-2002 i-scream. All Rights Reserved.</i>"
83 > JDBOTTOM = "<i>Copyright &\#169; 2000-2003 i-scream. All Rights Reserved.</i>"
84  
85   # Javadoc Directories
86   DOCDIR = $(BUILD)/doc
# Line 90 | Line 88 | DOCTMPDIR = $(BUILD)/.doctemp
88   APICACHE = $(SOURCEROOT)/.api-cache
89  
90   # Javadoc API linking
91 < JDJAPI = "http://java.sun.com/j2se/1.3/docs/api/"
91 > JDJAPI = "http://java.sun.com/j2se/1.4.1/docs/api/"
92   JDPBAPI = "http://www.jibble.org/javadocs/pircbot/"
93  
94   # Javadoc API cache
# Line 107 | Line 105 | SRCFILES = Config2.inc Makefile Makefile.inc README bu
105             build.xml configure db uk idl COPYING Version.inc \
106             $(BUILDDIRNAME)/README $(BUILDDIRNAME)/etc \
107             $(BUILDDIRNAME)/lib $(BUILDDIRNAME)/run.bat \
108 <           $(BUILDDIRNAME)/run.sh $(BUILDDIRNAME)/Makefile
108 >           $(BUILDDIRNAME)/run.sh $(BUILDDIRNAME)/Makefile \
109 >           $(BUILDDIRNAME)/COPYING
110  
111   # User configurable options - defaults
112   dest = $(BUILD)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines