1 |
|
# Configuration file for XML build (ant) |
2 |
|
|
3 |
+ |
# TODO: Major tidying and commenting |
4 |
+ |
|
5 |
|
# Location of the build directory |
6 |
|
BUILDDIR = ${SOURCEROOT}/build |
7 |
|
# Relative (to BUILD) location of the libraries |
10 |
|
# IDL file details |
11 |
|
IDLDIR = ${SOURCEROOT}/idl |
12 |
|
IDLFILE = ${IDLDIR}/iscream.idl |
13 |
< |
IDLPARSER = jacorb.idl.parser |
13 |
> |
IDLPARSER = org.jacorb.idl.parser |
14 |
|
IDLPARSERJAR = ${LIBDIR}/idl.jar |
15 |
|
|
16 |
|
# Required Libraries |
43 |
|
TARFILE = ${ARCNAME}${TAREXT} |
44 |
|
TARGZFILE = ${ARCNAME}${TARGZEXT} |
45 |
|
ZIPFILE = ${ARCNAME}${ZIPEXT} |
46 |
+ |
|
47 |
+ |
# note NO trailing slash |
48 |
+ |
LIBURL = http://killigrew.ukc.ac.uk |
49 |
+ |
|
50 |
+ |
RUNFILTERNAME = filter1 |
51 |
+ |
|
52 |
+ |
JDOCDIR = ${SOURCEROOT}/doc |
53 |
+ |
JDOCPKGS = uk.org.iscream.* |
54 |
+ |
JDOCTITLE = i-scream server |
55 |
+ |
JDOCHEADER = <img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'> |
56 |
+ |
JDOCBOTTOM = <i>Copyright © 2000-2001 i-scream. All Rights Reserved.</i> |
57 |
+ |
JDOCJAPI = http://java.sun.com/j2se/1.3/docs/api/ |
58 |
+ |
|
59 |
+ |
UTILJAR = iscream-util.jar |
60 |
+ |
UTILSRC = uk/org/iscream/util/**/*.java |
61 |
+ |
|
62 |
+ |
# Install Prefix |
63 |
+ |
prefix = /usr/local/iscream-server |
64 |
+ |
INSTALLDEST = ${prefix} |
65 |
+ |
|
66 |
+ |
CVSROOT = /usr/local/proj/co600_10/cvs |
67 |
+ |
CVSMODULE = source/server |
68 |
+ |
CVSBUILDTEMP = ${SOURCEROOT}/cvsbuildtemp |
69 |
+ |
rev = HEAD |
70 |
+ |
REVISION = ${rev} |