--- projects/cms/source/conient/Config2.inc 2001/06/11 14:00:31 1.12 +++ projects/cms/source/conient/Config2.inc 2003/02/05 19:35:03 1.16 @@ -1,5 +1,5 @@ # Include Config for conient -# $Id: Config2.inc,v 1.12 2001/06/11 14:00:31 tdb Exp $ +# $Id: Config2.inc,v 1.16 2003/02/05 19:35:03 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -10,7 +10,7 @@ # ****** These need to be set correctly ****** # Location of the CVS Repository Root -CVSROOT = /usr/local/proj/co600_10/cvs +CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream CVSMODULE = cms/source/client/conient # ****** These need to be set correctly ****** @@ -39,7 +39,7 @@ rev = HEAD REVISION = $(rev) ## Compiler Information -JCLIBS = $(LIBDIR)/crimson.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/iscream-util.jar +JCLIBS = $(LIBDIR)/crimson.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/iscream_util.jar JCCLASSPATH = $(JCLIBS):$(SOURCEROOT):. # set JCFLAGS to these if you want to optimise and turn off debugging #JCFLAGS = -g:none -O @@ -62,7 +62,7 @@ PACKAGE = iscream-conient.jar # Main-class to be added to the Manifest MAINCLASS = uk.org.iscream.cms.conient.Conient # Class-path to be added to the Manifest -CLPATH = lib/crimson.jar lib/jaxp.jar lib/iscream-util.jar +CLPATH = lib/crimson.jar lib/jaxp.jar lib/iscream_util.jar ## CHECK Files (for dependencies) @@ -76,7 +76,12 @@ PKGLIST = uk.org.iscream.cms.conient\ uk.org.iscream.cms.conient.datacomponents ## Javadoc formatting -JDTITLE = "i-scream Conient" +JDTITLE = "i-scream CMS Conient" JDHEADER = "" +JDBOTTOM = "Copyright &\#169; 2000-2002 i-scream. All Rights Reserved." + +## Javadoc API linking +JDJAPI = "http://java.sun.com/j2se/1.3/docs/api/" +JDSAPI = "http://www.i-scream.org.uk/javadoc/server/" DOCDIR = doc