--- projects/cms/source/conient/Config2.inc 2001/03/26 21:48:28 1.10 +++ projects/cms/source/conient/Config2.inc 2001/05/29 17:41:28 1.11 @@ -1,5 +1,5 @@ # Include Config for conient -# $Id: Config2.inc,v 1.10 2001/03/26 21:48:28 tdb Exp $ +# $Id: Config2.inc,v 1.11 2001/05/29 17:41:28 tdb Exp $ ## ## Only the first section needs changing here, the rest are just @@ -60,7 +60,7 @@ 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.org.iscream.conient.Conient +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 @@ -72,8 +72,8 @@ COPYCHECK = .donecopy ## Javadoc package list -PKGLIST = uk.org.iscream.conient\ - uk.org.iscream.conient.datacomponents +PKGLIST = uk.org.iscream.cms.conient\ + uk.org.iscream.cms.conient.datacomponents ## Javadoc formatting JDTITLE = "i-scream Conient"