--- projects/cms/source/server/Config2.inc 2001/01/16 01:33:33 1.5 +++ projects/cms/source/server/Config2.inc 2001/01/22 18:31:34 1.6 @@ -1,5 +1,5 @@ # Include Config for the server -# $Id: Config2.inc,v 1.5 2001/01/16 01:33:33 tdb Exp $ +# $Id: Config2.inc,v 1.6 2001/01/22 18:31:34 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -32,7 +32,7 @@ rev = HEAD REVISION = $(rev) ## Compiler Information -JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar +JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar:$(LIBDIR)/mysql.jar ##### Added $(SERVERROOT)/idl - this may not be a good thing, but it helps dependencies. JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):$(SERVERROOT)/idl:. @@ -54,7 +54,7 @@ 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 +CLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/parser.jar lib/mysql.jar ## CHECK Files (for dependencies)