--- projects/cms/source/conient/Config2.inc 2001/03/01 17:18:18 1.7 +++ projects/cms/source/conient/Config2.inc 2002/04/15 17:26:17 1.15 @@ -1,5 +1,5 @@ # Include Config for conient -# $Id: Config2.inc,v 1.7 2001/03/01 17:18:18 tdb Exp $ +# $Id: Config2.inc,v 1.15 2002/04/15 17:26:17 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -10,8 +10,8 @@ # ****** These need to be set correctly ****** # Location of the CVS Repository Root -CVSROOT = /usr/local/proj/co600_10/cvs -CVSMODULE = source/client/conient +CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream +CVSMODULE = cms/source/client/conient # ****** These need to be set correctly ****** # This will attempt to locate cvs, and return the path. @@ -39,7 +39,7 @@ rev = HEAD REVISION = $(rev) ## Compiler Information -JCLIBS = $(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.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 @@ -60,9 +60,9 @@ ZIPFILE = $(ARCNAME)$(ZIPEXT) # Name of JAR file (will be created in BUILD) PACKAGE = iscream-conient.jar # Main-class to be added to the Manifest -MAINCLASS = uk.ac.ukc.iscream.conient.Conient +MAINCLASS = uk.org.iscream.cms.conient.Conient # Class-path to be added to the Manifest -CLPATH = lib/jaxp.jar lib/parser.jar lib/iscream-util.jar +CLPATH = lib/crimson.jar lib/jaxp.jar lib/iscream-util.jar ## CHECK Files (for dependencies) @@ -72,7 +72,16 @@ COPYCHECK = .donecopy ## Javadoc package list -PKGLIST = uk.ac.ukc.iscream.conient\ - uk.ac.ukc.iscream.conient.datacomponents +PKGLIST = uk.org.iscream.cms.conient\ + uk.org.iscream.cms.conient.datacomponents + +## Javadoc formatting +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