| 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 |