--- projects/cms/source/server/uk/org/iscream/cms/server/core/CircularIncludeException.java 2002/05/21 16:47:17 1.6 +++ projects/cms/source/server/uk/org/iscream/cms/server/core/CircularIncludeException.java 2004/08/01 10:40:54 1.7 @@ -1,6 +1,6 @@ /* * i-scream central monitoring system - * http://www.i-scream.org.uk + * http://www.i-scream.org * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -28,7 +28,7 @@ package uk.org.iscream.cms.server.core; * file is detected in an include tree for configurations. * * @author $Author: tdb $ - * @version $Id: CircularIncludeException.java,v 1.6 2002/05/21 16:47:17 tdb Exp $ + * @version $Id: CircularIncludeException.java,v 1.7 2004/08/01 10:40:54 tdb Exp $ */ public class CircularIncludeException extends Exception {