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 2003/06/24 09:29:57 UTC

cvs commit: avalon-sandbox/merlin/merlin-platform/xdocs/meta/info/type info.xml

mcconnell    2003/06/24 00:29:57

  Modified:    merlin/merlin-platform/xdocs/meta/info/type info.xml
  Log:
  Include <lifestyle> reference.
  
  Revision  Changes    Path
  1.2       +9 -1      avalon-sandbox/merlin/merlin-platform/xdocs/meta/info/type/info.xml
  
  Index: info.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-platform/xdocs/meta/info/type/info.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- info.xml	10 Jun 2003 02:14:15 -0000	1.1
  +++ info.xml	24 Jun 2003 07:29:57 -0000	1.2
  @@ -26,6 +26,13 @@
               </td>
             </tr>
             <tr>
  +            <td>lifestyle</td><td>0..1</td>
  +            <td>
  +             Declaration of the component lifestyle. May contain one of the 
  +             reconized values "singleton", "thread", "pooled", or "transient".
  +            </td>
  +          </tr>
  +          <tr>
               <td><a href="../attributes/index.html">attributes</a></td><td>0..1</td>
               <td>
                Declaration of a set of attributes associated with the component type.
  @@ -46,6 +53,7 @@
     <info>
       <name>test</info>
       <version>1.0</version>
  +    <lifestyle>singleton</lifestyle>
       <attributes>
         <attribute key="about" value="An example attribute."/>
         <attribute key="status" value="FINAL"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org