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/01/15 10:17:40 UTC

cvs commit: avalon-sandbox/merlin/src/test/config external.xml

mcconnell    2003/01/15 01:17:40

  Added:       merlin/src/test/config external.xml
  Log:
  Example block fragment for implementation defintion.
  
  Revision  Changes    Path
  1.1                  avalon-sandbox/merlin/src/test/config/external.xml
  
  Index: external.xml
  ===================================================================
  
  <!--
  Demonstration of an external block implementation configuration file.
  To use an external file, the packaged block.xml "implementation" 
  element must contain a file name of the external source under an 
  attibute named "src".
  -->
  
  <implementation>
  
       <!-- 
       an implementation may contain a single engine declaration,
       multiple components and multiple containers
       -->
       
       <!-- a container may contain a single engine declaration -->
       <engine/>
  
       <!-- a block may contain multiple appliance delcarations -->
  
       <appliance name="standard" class="org.apache.avalon.playground.StandardComponent" activation="startup">
           <context class="org.apache.avalon.playground.StandardContextImp"/>
       </appliance>
  
       <!-- a block may contain multiple nested container delcarations -->
  
       <!-- 
       <container name="test"/>
       -->
  
  </implementation>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>