| 1 |
< |
# Configuration file for i-scream DCMS server build script (ANT XML). |
| 1 |
> |
# Configuration file for i-scream CMS server build script (ANT XML). |
| 2 |
|
|
| 3 |
|
# Most of this file should be fine as is, although there |
| 4 |
|
# are a few options you may wish to change. |
| 56 |
|
|
| 57 |
|
# Main-class to be added to the Manifest of the Server JAR |
| 58 |
|
# this is the class that will be loaded on starting the JAR |
| 59 |
< |
MFMAINCLASS = uk.org.iscream.componentmanager.ComponentManager |
| 59 |
> |
MFMAINCLASS = uk.org.iscream.cms.server.componentmanager.ComponentManager |
| 60 |
|
|
| 61 |
|
# Class-path to be added to the Manifest of the Server JAR |
| 62 |
|
# this should match ${JCLIBS} (although layout differs) |
| 65 |
|
# Util JAR name |
| 66 |
|
UTILJAR = iscream-util.jar |
| 67 |
|
# Location of Util source files |
| 68 |
< |
UTILSRC = uk/org/iscream/util/**/*.java |
| 68 |
> |
UTILSRC = uk/org/iscream/cms/server/util/**/*.java |
| 69 |
|
|
| 70 |
|
|
| 71 |
|
#### Distributions #### |
| 99 |
|
# Location of Javadoc output |
| 100 |
|
JDOCDIR = ${SOURCEROOT}/doc |
| 101 |
|
# Packages to include in the Javadoc |
| 102 |
< |
JDOCPKGS = uk.org.iscream.* |
| 102 |
> |
JDOCPKGS = uk.org.iscream.cms.server.* |
| 103 |
|
# Title to put on the Javadoc pages |
| 104 |
< |
JDOCTITLE = i-scream DCMS server |
| 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'> |
| 107 |
|
# Footer of Javadoc pages |
| 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 |
|
|