You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/06/23 18:08:28 UTC

cvs commit: jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/infobuilder package.html

mcconnell    2002/06/23 09:08:28

  Modified:    containerkit/src/java/org/apache/excalibur/containerkit/infobuilder
                        package.html
  Log:
  addition of optional attribute definition to xinfo def
  
  Revision  Changes    Path
  1.4       +10 -4     jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/infobuilder/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/infobuilder/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html	23 Jun 2002 14:58:44 -0000	1.3
  +++ package.html	23 Jun 2002 16:08:28 -0000	1.4
  @@ -101,17 +101,23 @@
   
     <font color="gray"><i>&lt;!-- 
     Declaration of the set of dependecies that this component type has on 
  -  component suppliers.  Dependecy declarations define the role name name
  -  that a consumer component will use to access a service via a service
  +  component suppliers.  Dependency declarations define the role name 
  +  that the component will use to access a service via a service
     or component manager.  The service element identifies a service 
     descriptor that is publised by a potential supplier component. 
  +  A dependecy may be declared as optional by setting the optional 
  +  attribute value to TRUE.  The default value for optional is FALSE.
     --&gt;</i></font>
   
     &lt;dependencies&gt;
   
  -    <font color="gray"><i>&lt;!-- A dependecy declaration. --&gt;</i></font>
  +    <font color="gray"><i>&lt;!-- 
  +    A dependecy declaration. In the following example the optional 
  +    attribute is redundant as it is equivalent to the default value
  +    but is included here for completness.
  +    --&gt;</i></font>
   
  -    &lt;dependency&gt;
  +    &lt;dependency optional="<font color="darkred">FALSE</font>"&gt;
   
         <font color="gray"><i>&lt;!-- 
         The role name that the component will use as the argument to 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>