115 |
|
# These are required for the cvsbuild target |
116 |
|
|
117 |
|
# CVS Repository |
118 |
< |
CVSROOT = /usr/local/proj/co600_10/cvs |
118 |
> |
CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream |
119 |
|
# Module of server |
120 |
< |
CVSMODULE = source/server |
120 |
> |
CVSMODULE = 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://killigrew.ukc.ac.uk |
134 |
> |
LIBURL = http://www.i-scream.org.uk/downloads/lib |
135 |
|
|
136 |
|
#### Running #### |
137 |
|
|