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

Comparing projects/cms/source/conient/Config2.inc (file contents):
Revision 1.1 by tdb, Wed Jan 24 03:03:13 2001 UTC vs.
Revision 1.5 by tdb, Wed Feb 28 11:49:47 2001 UTC

# Line 12 | Line 12
12   # Location of the CVS Repository Root
13   CVSROOT = /usr/local/proj/co600_10/cvs
14   CVSMODULE = source/client/conient
15 + CVS = /usr/local/bin/cvs
16   # ****** These need to be set correctly ******
17  
18   # Location of the build directory
19   BUILD = $(SOURCEROOT)/build
20 + # Relative (to BUILD) location of the configuration files
21 + ETCDIR = $(BUILD)/etc
22 + # Relative (to BUILD) location of the resources
23 + RESOURCESDIR = $(BUILD)/resources
24   # Relative (to BUILD) location of the libraries
25   LIBDIR = $(BUILD)/lib
26   # Location of the main include
# Line 50 | Line 55 | ZIPFILE = $(ARCNAME)$(ZIPEXT)
55   # Name of JAR file (will be created in BUILD)
56   PACKAGE = iscream-conient.jar
57   # Main-class to be added to the Manifest
58 < MAINCLASS = uk.ac.ukc.iscream.conient.SwingClient
58 > MAINCLASS = uk.ac.ukc.iscream.conient.Conient
59   # Class-path to be added to the Manifest
60   CLPATH = lib/jaxp.jar lib/parser.jar lib/iscream-util.jar
61  
# Line 58 | Line 63 | CLPATH = lib/jaxp.jar lib/parser.jar lib/iscream-util.
63   ## CHECK Files (for dependencies)
64   BUILDCHECK = $(SOURCEROOT)/.donebuild
65   COMPILECHECK = .donecompile
66 + COPYCHECK = .donecopy
67  
68  
69   ## Javadoc package list

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines