donaldp 2002/09/07 21:29:07 Modified: containerkit/src/doc example.xml Log: role --> key Revision Changes Path 1.7 +3 -3 jakarta-avalon-excalibur/containerkit/src/doc/example.xml Index: example.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/src/doc/example.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- example.xml 8 Sep 2002 03:50:06 -0000 1.6 +++ example.xml 8 Sep 2002 04:29:06 -0000 1.7 @@ -93,11 +93,11 @@ <!-- A dependecy declaration. --> <dependency optional="FALSE"> <!-- - The role name that the component will use as the argument to + The key name that the component will use as the argument to lookup. The default value is the value of the service type attribute listed below. --> - <role>my-transformer</role> + <key>my-transformer</key> <!-- service reference containing the classname of the service interface.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>