mcconnell 2002/12/27 08:46:43 Modified: merlin/src/test/config block.xml Log: Updated to use <appliance> instead of <compoennt>. Revision Changes Path 1.9 +14 -4 avalon-sandbox/merlin/src/test/config/block.xml Index: block.xml =================================================================== RCS file: /home/cvs/avalon-sandbox/merlin/src/test/config/block.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- block.xml 20 Dec 2002 11:58:01 -0000 1.8 +++ block.xml 27 Dec 2002 16:46:43 -0000 1.9 @@ -5,16 +5,26 @@ <block> + <!-- + Service provided by this block. + --> <services> <service type="org.apache.avalon.playground.StandardService:1.1" /> </services> - <container> + <!-- + Block implementation. The implementation element may contain component + and container entities. The block implementation statement is equivalent + to a root container who's name is implied by the name of the block. + --> + <implementation> + <container name="test"> - <component name="standard" class="org.apache.avalon.playground.StandardComponent" activation="startup"> + <appliance name="standard" class="org.apache.avalon.playground.StandardComponent" activation="startup"> <context class="org.apache.avalon.playground.StandardContextImp"/> - </component> + </appliance> </container> - </container> + + </implementation> </block>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>