--- projects/cms/source/reports/Config2.inc 2001/03/17 16:23:02 1.3 +++ projects/cms/source/reports/Config2.inc 2001/03/17 19:25:10 1.7 @@ -1,5 +1,5 @@ # Include Config for the reporter -# $Id: Config2.inc,v 1.3 2001/03/17 16:23:02 pjm2 Exp $ +# $Id: Config2.inc,v 1.7 2001/03/17 19:25:10 pjm2 Exp $ # Location of the build directory @@ -9,14 +9,14 @@ LIBDIR = $(BUILD)/lib ## Compiler Information -JCLIBS = $(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar:$(LIBDIR)/mm.mysql-2.0.2-bin.jar:$(LIBDIR)/Acme.jar:$(LIBDIR)/iscream-util.jar +JCLIBS = $(LIBDIR)/jaxp.jar:$(LIBDIR)/crimson.jar:$(LIBDIR)/mm.mysql-2.0.2-bin.jar:$(LIBDIR)/Acme.jar:$(LIBDIR)/iscream-util.jar JCCLASSPATH = $(JCLIBS):. # ****** These need to be set correctly ****** # Location of the CVS Repository Root CVSROOT = /usr/local/proj/co600_10/cvs CVSSERVERMODULE = source/reports -SETTINGSFILE = report_list.txt +SETTINGSFILE = $(BUILD)/DBReporter.properties # ****** These need to be set correctly ****** # cvsbuild temporary directory name @@ -30,4 +30,4 @@ PACKAGE = iscreamreports.jar # Main-class to be added to the Manifest MAINCLASS = DBReporterMain # Class-path to be added to the Manifest -CLPATH = lib/jaxp.jar lib/parser.jar lib/mm.mysql-2.0.2-bin.jar lib/Acme.jar lib/iscream-util.jar +CLPATH = lib/jaxp.jar lib/crimson.jar lib/mm.mysql-2.0.2-bin.jar lib/Acme.jar lib/iscream-util.jar