Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 30329 invoked from network); 25 Feb 2002 16:13:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Feb 2002 16:13:54 -0000 Received: (qmail 472 invoked by uid 97); 25 Feb 2002 16:13:56 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 432 invoked by uid 97); 25 Feb 2002 16:13:55 -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 421 invoked by uid 97); 25 Feb 2002 16:13:55 -0000 Date: 25 Feb 2002 16:13:36 -0000 Message-ID: <20020225161336.71252.qmail@icarus.apache.org> From: bloritsch@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system Container.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bloritsch 02/02/25 08:13:36 Modified: . build.xml src/scratchpad/org/apache/avalon/excalibur/system Container.java Log: fix the Container text to be more representative of reality. Revision Changes Path 1.105 +5 -4 jakarta-avalon-excalibur/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- build.xml 20 Feb 2002 06:25:56 -0000 1.104 +++ build.xml 25 Feb 2002 16:13:36 -0000 1.105 @@ -26,6 +26,7 @@ (and without typing -D each time he compiles it) --> + @@ -303,7 +304,7 @@ - + @@ -326,7 +327,7 @@ - + @@ -343,7 +344,7 @@ - + @@ -782,7 +783,7 @@ - + 1.7 +4 -4 jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/Container.java Index: Container.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/Container.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Container.java 5 Feb 2002 20:38:17 -0000 1.6 +++ Container.java 25 Feb 2002 16:13:36 -0000 1.7 @@ -11,12 +11,12 @@ import org.apache.avalon.framework.context.Context; /** - * The Container is an interface used to mark the Containers in your system. It - * exposes a protected getComponentManager() method so that the Container's - * Manager can expose that to the instantiating class. + * The Container is an interface used to assist Container developers to obtain + * the desired object from the Context. All communication from the + * ContainerManager to the Container is through the Context object. * * @author Berin Loritsch - * @version CVS $Revision: 1.6 $ $Date: 2002/02/05 20:38:17 $ + * @version CVS $Revision: 1.7 $ $Date: 2002/02/25 16:13:36 $ */ public interface Container { -- To unsubscribe, e-mail: For additional commands, e-mail: