You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/06/15 20:17:16 UTC

cvs commit: avalon-sandbox/merlin/merlin-platform/tutorials/meta/conf block.xml

mcconnell    2003/06/15 11:17:16

  Added:       merlin/merlin-platform/tutorials/meta/conf block.xml
  Log:
  Demonstration of the execution of components derived from the meta-generation tool.
  
  Revision  Changes    Path
  1.1                  avalon-sandbox/merlin/merlin-platform/tutorials/meta/conf/block.xml
  
  Index: block.xml
  ===================================================================
  
  <!--
  Test
  -->
  
  <block>
  
     <info>
       <name>test</name>
     </info>
  
     <implementation>
  
       <categories priority="INFO"/>
  
       <component name="primary" 
          class="org.apache.avalon.playground.Primary" 
          activation="true"/>
  
       <component name="secondary" 
          class="org.apache.avalon.playground.Secondary" 
          activation="true"/>
  
     </implementation>
  
  </block>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org