Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 50723 invoked from network); 25 Sep 2002 22:48:39 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Sep 2002 22:48:39 -0000 Received: (qmail 1097 invoked by uid 97); 25 Sep 2002 22:49:20 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 1079 invoked by uid 97); 25 Sep 2002 22:49:20 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 1067 invoked by uid 97); 25 Sep 2002 22:49:19 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 25 Sep 2002 22:48:22 -0000 Message-ID: <20020925224822.4513.qmail@icarus.apache.org> From: ymikulski@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/csframework/src/cs/Util ContainerUtil.cs Converter.cs X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ymikulski 2002/09/25 15:48:22 Modified: csframework/src/cs/Util ContainerUtil.cs Converter.cs Log: no message Revision Changes Path 1.2 +9 -9 jakarta-avalon-excalibur/csframework/src/cs/Util/ContainerUtil.cs Index: ContainerUtil.cs =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Util/ContainerUtil.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ContainerUtil.cs 19 Aug 2002 18:43:45 -0000 1.1 +++ ContainerUtil.cs 25 Sep 2002 22:48:22 -0000 1.2 @@ -1,10 +1,10 @@ -/// -/// Copyright (C) The Apache Software Foundation. All rights reserved. -/// -/// This software is published under the terms of the Apache Software License -/// version 1.1, a copy of which has been included with this distribution in -/// the LICENSE.txt file. -/// +//------------------------------------------------------------------------------ +// Copyright (C) The Apache Software Foundation. All rights reserved. +// +// This software is published under the terms of the Apache Software License +// version 1.1, a copy of which has been included with this distribution in +// the LICENSE.txt file. +//------------------------------------------------------------------------------ using System; using Apache.Avalon.Activity; @@ -99,7 +99,7 @@ /// The object to use for component. /// /// - /// If the object is but + /// If the object is but /// is null. /// /// @@ -243,7 +243,7 @@ /// /// Disposes specified component if it implements the - /// interface. + /// interface. /// /// The Component to dispose. /// 1.3 +7 -7 jakarta-avalon-excalibur/csframework/src/cs/Util/Converter.cs Index: Converter.cs =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/csframework/src/cs/Util/Converter.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Converter.cs 28 Aug 2002 09:06:52 -0000 1.2 +++ Converter.cs 25 Sep 2002 22:48:22 -0000 1.3 @@ -1,10 +1,10 @@ -/// -/// Copyright (C) The Apache Software Foundation. All rights reserved. -/// -/// This software is published under the terms of the Apache Software License -/// version 1.1, a copy of which has been included with this distribution in -/// the LICENSE.txt file. -/// +//------------------------------------------------------------------------------ +// Copyright (C) The Apache Software Foundation. All rights reserved. +// +// This software is published under the terms of the Apache Software License +// version 1.1, a copy of which has been included with this distribution in +// the LICENSE.txt file. +//------------------------------------------------------------------------------ using System; namespace Apache.Avalon.Util -- To unsubscribe, e-mail: For additional commands, e-mail: