86 |
|
# Title to put on the Javadoc pages |
87 |
|
JDOCTITLE = i-scream CMS Conient |
88 |
|
# Header of Javadoc pages |
89 |
< |
JDOCHEADER = <img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'> |
89 |
> |
JDOCHEADER = <img src='http://www.i-scream.org/i-scream_small.gif' width='146' height='38'> |
90 |
|
# Footer of Javadoc pages |
91 |
|
JDOCBOTTOM = <i>Copyright © 2000-2002 i-scream. All Rights Reserved.</i> |
92 |
|
# Live link to 1.3 Java API (to allow linking) |
98 |
|
# These are required for the cvsbuild target |
99 |
|
# May be wrong with the CVSROOT |
100 |
|
# CVS Repository |
101 |
< |
CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream |
101 |
> |
CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream |
102 |
|
# Module of server |
103 |
< |
CVSMODULE = cms/source/client/conient |
103 |
> |
CVSMODULE = projects/cms/source/client/conient |
104 |
|
# Temporary directory to use |
105 |
|
CVSBUILDTEMP = ${SOURCEROOT}/cvsbuildtemp |
106 |
|
# Default revision to build |