--- projects/cms/source/server/Config2.inc 2001/01/22 18:31:34 1.6 +++ projects/cms/source/server/Config2.inc 2001/02/28 11:46:42 1.11 @@ -1,5 +1,5 @@ # Include Config for the server -# $Id: Config2.inc,v 1.6 2001/01/22 18:31:34 tdb Exp $ +# $Id: Config2.inc,v 1.11 2001/02/28 11:46:42 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -12,6 +12,7 @@ # Location of the CVS Repository Root CVSROOT = /usr/local/proj/co600_10/cvs CVSSERVERMODULE = source/server +CVS = /usr/local/bin/cvs # ****** These need to be set correctly ****** # Location of the build directory @@ -32,14 +33,14 @@ rev = HEAD REVISION = $(rev) ## Compiler Information -JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar:$(LIBDIR)/mysql.jar +JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar:$(LIBDIR)/mm.mysql-2.0.2-bin.jar ##### Added $(SERVERROOT)/idl - this may not be a good thing, but it helps dependencies. JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):$(SERVERROOT)/idl:. ## Package information # Name of archives -ARCNAME = iscream +ARCNAME = iscream-server TAREXT = .tar TARGZEXT = .tar.gz ZIPEXT = .zip @@ -49,26 +50,27 @@ TARGZFILE = $(ARCNAME)$(TARGZEXT) ZIPFILE = $(ARCNAME)$(ZIPEXT) # Name of JAR file (will be created in BUILD) -PACKAGE = iscream.jar +PACKAGE = iscream-server.jar UTILPACKAGE = iscream-util.jar # Main-class to be added to the Manifest MAINCLASS = uk.ac.ukc.iscream.componentmanager.ComponentManager # Class-path to be added to the Manifest -CLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/parser.jar lib/mysql.jar +CLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/parser.jar lib/mm.mysql-2.0.2-bin.jar ## CHECK Files (for dependencies) IDLCHECK = $(SERVERROOT)/.doneidl BUILDCHECK = $(SERVERROOT)/.donebuild COMPILECHECK = .donecompile +COPYCHECK = .donecopy - ## Javadoc package list PKGLIST = uk.ac.ukc.iscream.clientinterface uk.ac.ukc.iscream.componentmanager\ uk.ac.ukc.iscream.core uk.ac.ukc.iscream.core.loggers\ uk.ac.ukc.iscream.dbinterface uk.ac.ukc.iscream.filter\ uk.ac.ukc.iscream.filter.plugins uk.ac.ukc.iscream.filtermanager\ - uk.ac.ukc.iscream.rootfilter uk.ac.ukc.iscream.util + uk.ac.ukc.iscream.rootfilter uk.ac.ukc.iscream.util\ + uk.ac.ukc.iscream.client DOCDIR = doc DOCTMPDIR = doctemp