103 |
|
# Title to put on the Javadoc pages |
104 |
|
JDOCTITLE = i-scream CMS server |
105 |
|
# Header of Javadoc pages |
106 |
< |
JDOCHEADER = <img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'> |
106 |
> |
JDOCHEADER = <img src='http://www.i-scream.org/i-scream_small.gif' width='146' height='38'> |
107 |
|
# Footer of Javadoc pages |
108 |
|
JDOCBOTTOM = <i>Copyright © 2000-2002 i-scream. All Rights Reserved.</i> |
109 |
|
# Live link to 1.3 Java API (to allow linking) |
115 |
|
# These are required for the cvsbuild target |
116 |
|
|
117 |
|
# CVS Repository |
118 |
< |
CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream |
118 |
> |
CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream |
119 |
|
# Module of server |
120 |
< |
CVSMODULE = cms/source/server |
120 |
> |
CVSMODULE = projects/cms/source/server |
121 |
|
# Temporary directory to use |
122 |
|
CVSBUILDTEMP = ${SOURCEROOT}/cvsbuildtemp |
123 |
|
# Default revision to build |