mcconnell 2003/03/08 07:24:46
Added: merlin/src/repository/composite block.xml
Log:
Demonstration of a composite blocks (block embedding another block in its
implementation defintion).
Revision Changes Path
1.1 avalon-sandbox/merlin/src/repository/composite/block.xml
Index: block.xml
===================================================================
<!--
Example composite block deployment descriptor.
-->
<block name="composite">
<implementation>
<include path="../demo/block.xml"/>
<include-sample path="some-path/block.xml">
<home dir="a-directory"/>
<configuration path=""/>
</include-sample>
</implementation>
</block>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]