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 @@
<version><font color="darkred">1.2.1</font></version>
</component>
- <phases>
+ <stages>
<font color="gray"><i><!--
- A phase declares a lifecycle phase interface implement by this component type
- under the <reference> element. A phase declaration may also include an
- <attributes> declaration. Phase handlers (extensions) will be applied
to
+ A stage declares a lifecycle stage interface implement by this component type
+ under the <reference> element. A stage declaration may also include an
+ <attributes> 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.
--></i></font>
- <phase>
+ <stage>
<reference type="<font
color="darkred">org.apache.security.Securable</font>"/>
- </phase>
- <phase>
+ </stage>
+ <stage>
<reference type="<font
color="darkred">org.apache.db.Persistable</font>"/>
- </phase>
+ </stage>
- </phases>
+ </stages>
<font color="gray"><i><!--
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]>