--- projects/cms/source/reports/Config2.inc 2001/03/17 16:31:07 1.5 +++ projects/cms/source/reports/Config2.inc 2001/03/17 16:40:40 1.6 @@ -1,5 +1,5 @@ # Include Config for the reporter -# $Id: Config2.inc,v 1.5 2001/03/17 16:31:07 pjm2 Exp $ +# $Id: Config2.inc,v 1.6 2001/03/17 16:40:40 pjm2 Exp $ # Location of the build directory @@ -9,7 +9,7 @@ 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 ****** @@ -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