ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Config2.inc
(Generate patch)

Comparing projects/cms/source/server/Config2.inc (file contents):
Revision 1.1 by tdb, Mon Dec 11 23:42:52 2000 UTC vs.
Revision 1.1.2.1 by tdb, Mon Dec 11 23:42:52 2000 UTC

# Line 0 | Line 1
1 + # Include Config for the server
2 + # $Id$
3 +
4 + ## File Locations
5 +
6 + CVSROOT = /usr/local/proj/co600_10/cvs
7 + SERVERROOT = /home/cut/tdb1/cvs/source/server
8 +
9 + BUILD = $(SERVERROOT)/build
10 + MKINC = $(SERVERROOT)/Makefile.inc
11 +
12 + ## JAR information
13 +
14 + PACKAGE = iscream.jar
15 + MAINCLASS = uk.ac.ukc.iscream.core.Core
16 + CLPATH = ./lib/idl.jar ./lib/jacorb.jar ./lib/jaxp.jar ./lib/parser.jar
17 +
18 + ## IDL information
19 +
20 + IDLFILES = $(SERVERROOT)/idl/uk
21 +
22 + ## CHECK Files
23 + IDLCHECK = $(SERVERROOT)/.doneidl
24 + BUILDCHECK = $(SERVERROOT)/.donebuild

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines