--- projects/cms/source/server/Config2.inc 2001/11/25 19:34:27 1.23 +++ projects/cms/source/server/Config2.inc 2002/02/02 19:40:38 1.24 @@ -1,5 +1,5 @@ # Include Config for the server -# $Id: Config2.inc,v 1.23 2001/11/25 19:34:27 tdb Exp $ +# $Id: Config2.inc,v 1.24 2002/02/02 19:40:38 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -35,7 +35,7 @@ rev = HEAD REVISION = $(rev) ## Compiler Information -JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/crimson.jar:$(LIBDIR)/mm.mysql-2.0.4-bin.jar +JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/crimson.jar:$(LIBDIR)/mm.mysql-2.0.11-bin.jar ##### Added $(SOURCEROOT)/idl - this may not be a good thing, but it helps dependencies. JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):$(BUILD):$(SOURCEROOT)/idl:. # set JCFLAGS to these if you want to optimise and turn off debugging @@ -60,7 +60,7 @@ UTILPACKAGE = iscream-util.jar # Main-class to be added to the Manifest MAINCLASS = uk.org.iscream.cms.server.componentmanager.ComponentManager # Class-path to be added to the Manifest -CLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.4-bin.jar lib/crimson.jar +CLPATH = lib/idl.jar lib/jacorb.jar lib/jaxp.jar lib/mm.mysql-2.0.11-bin.jar lib/crimson.jar ## CHECK Files (for dependencies)