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-2001 i-scream. All Rights Reserved.</i> |
108 |
> |
JDOCBOTTOM = <i>Copyright © 2000-2002 i-scream. All Rights Reserved.</i> |
109 |
|
# Live link to 1.3 Java API (to allow linking) |
110 |
|
JDOCJAPI = http://java.sun.com/j2se/1.3/docs/api/ |
111 |
|
|
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 |
131 |
|
|
132 |
|
# base url for JARs |
133 |
|
# note NO trailing slash |
134 |
< |
LIBURL = http://www.i-scream.org.uk/downloads/lib |
134 |
> |
LIBURL = http://www.i-scream.org/pub/i-scream/cms/lib |
135 |
|
|
136 |
|
#### Running #### |
137 |
|
|