10 |
|
|
11 |
|
# ****** These need to be set correctly ****** |
12 |
|
# Location of the CVS Repository Root |
13 |
< |
CVSROOT = :ext:username@cvs.i-scream.org.uk:/cvs/i-scream |
13 |
> |
CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream |
14 |
|
CVSSERVERMODULE = cms/source/server |
15 |
|
# ****** These need to be set correctly ****** |
16 |
|
|
84 |
|
uk.org.iscream.cms.server.client.monitors\ |
85 |
|
uk.org.iscream.cms.server.client.alerters |
86 |
|
## Javadoc formatting |
87 |
< |
JDTITLE = "i-scream server" |
87 |
> |
JDTITLE = "i-scream CMS server" |
88 |
|
JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>" |
89 |
+ |
JDBOTTOM = "<i>Copyright &\#169; 2000-2002 i-scream. All Rights Reserved.</i>" |
90 |
+ |
|
91 |
+ |
## Javadoc API linking |
92 |
+ |
JDJAPI = "http://java.sun.com/j2se/1.3/docs/api/" |
93 |
+ |
JDPBAPI = "http://www.jibble.org/javadocs/pircbot/" |
94 |
|
|
95 |
|
DOCDIR = doc |
96 |
|
DOCTMPDIR = doctemp |