--- projects/cms/source/conient/Config2.inc 2003/08/22 13:36:18 1.23 +++ projects/cms/source/conient/Config2.inc 2004/08/01 10:39:59 1.24 @@ -1,5 +1,5 @@ # Include Config for conient -# $Id: Config2.inc,v 1.23 2003/08/22 13:36:18 tdb Exp $ +# $Id: Config2.inc,v 1.24 2004/08/01 10:39:59 tdb Exp $ include $(SOURCEROOT)/Version.inc @@ -7,7 +7,7 @@ include $(SOURCEROOT)/Version.inc DISTNAME = iscream_conient # Location of the i-scream CVS Repository Root -CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream +CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream # This will attempt to locate cvs, and return the path. CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi` @@ -65,7 +65,7 @@ PKGLIST = uk.org.iscream.cms.conient\ # Javadoc formatting JDTITLE = "i-scream CMS conient" -JDHEADER = "" +JDHEADER = "" JDBOTTOM = "Copyright &\#169; 2000-2003 i-scream. All Rights Reserved." # Javadoc Directories @@ -74,7 +74,7 @@ APICACHE = $(SOURCEROOT)/.api-cache # Javadoc API linking JDJAPI = "http://java.sun.com/j2se/1.4.2/docs/api/" -JDUAPI = "http://www.i-scream.org.uk/javadoc/util/" +JDUAPI = "http://www.i-scream.org/javadoc/util/" # Javadoc API cache JDJAPIC = $(APICACHE)/jdk