mcconnell    2002/08/14 04:35:35

  Modified:    assembly/src/xdocs extensions.xml
  Log:
  phase/stage updating
  
  Revision  Changes    Path
  1.3       +10 -10    jakarta-avalon-excalibur/assembly/src/xdocs/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/xdocs/extensions.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- extensions.xml    6 Aug 2002 07:32:23 -0000       1.2
  +++ extensions.xml    14 Aug 2002 11:35:35 -0000      1.3
  @@ -20,24 +20,24 @@
         &lt;version&gt;<font color="darkred">1.2.1</font>&lt;/version&gt;
       &lt;/component&gt;
   
  -    &lt;phases&gt;
  +    &lt;stages&gt;
   
         <font color="gray"><i>&lt;!-- 
  -      A phase declares a lifecycle phase interface implement by this component type
  -      under the &lt;reference&gt; element.  A phase declaration may also include an 
  -      &lt;attributes&gt; declaration.  Phase handlers (extensions) will be applied 
to
  +      A stage declares a lifecycle stage interface implement by this component type
  +      under the &lt;reference&gt; element.  A stage declaration may also include an 
  +      &lt;attributes&gt; declaration.  Stage handlers (extensions) will be applied 
to
         this component in the same order as the declarations appear here.  During 
         component decommissioning the phase order will be reversed.
         --&gt;</i></font>
   
  -      &lt;phase&gt;
  +      &lt;stage&gt;
           &lt;reference type="<font 
color="darkred">org.apache.security.Securable</font>"/&gt;
  -      &lt;/phase&gt;
  -      &lt;phase&gt;
  +      &lt;/stage&gt;
  +      &lt;stage&gt;
           &lt;reference type="<font 
color="darkred">org.apache.db.Persistable</font>"/&gt;
  -      &lt;/phase&gt;
  +      &lt;/stage&gt;
   
  -    &lt;/phases&gt;
  +    &lt;/stages&gt;
   
       <font color="gray"><i>&lt;!-- 
       Components may optionally declare their ability to provide extension handling.  
An
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to