--- projects/cms/source/conient/Config2.inc 2001/01/24 03:03:13 1.1 +++ projects/cms/source/conient/Config2.inc 2001/02/28 11:49:47 1.5 @@ -1,5 +1,5 @@ # Include Config for conient -# $Id: Config2.inc,v 1.1 2001/01/24 03:03:13 tdb Exp $ +# $Id: Config2.inc,v 1.5 2001/02/28 11:49:47 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -12,10 +12,15 @@ # Location of the CVS Repository Root CVSROOT = /usr/local/proj/co600_10/cvs CVSMODULE = source/client/conient +CVS = /usr/local/bin/cvs # ****** These need to be set correctly ****** # Location of the build directory BUILD = $(SOURCEROOT)/build +# Relative (to BUILD) location of the configuration files +ETCDIR = $(BUILD)/etc +# Relative (to BUILD) location of the resources +RESOURCESDIR = $(BUILD)/resources # Relative (to BUILD) location of the libraries LIBDIR = $(BUILD)/lib # Location of the main include @@ -50,7 +55,7 @@ ZIPFILE = $(ARCNAME)$(ZIPEXT) # Name of JAR file (will be created in BUILD) PACKAGE = iscream-conient.jar # Main-class to be added to the Manifest -MAINCLASS = uk.ac.ukc.iscream.conient.SwingClient +MAINCLASS = uk.ac.ukc.iscream.conient.Conient # Class-path to be added to the Manifest CLPATH = lib/jaxp.jar lib/parser.jar lib/iscream-util.jar @@ -58,6 +63,7 @@ CLPATH = lib/jaxp.jar lib/parser.jar lib/iscream-util. ## CHECK Files (for dependencies) BUILDCHECK = $(SOURCEROOT)/.donebuild COMPILECHECK = .donecompile +COPYCHECK = .donecopy ## Javadoc package list