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/09 00:01:24 UTC

cvs commit: avalon-sandbox/merlin external.xml

mcconnell    2003/01/08 15:01:24

  Modified:    merlin   external.xml
  Log:
  Update the example external block <implementation> to include and
  <engine> declaration.
  
  Revision  Changes    Path
  1.2       +26 -0     avalon-sandbox/merlin/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/external.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- external.xml	7 Jan 2003 06:26:37 -0000	1.1
  +++ external.xml	8 Jan 2003 23:01:24 -0000	1.2
  @@ -8,10 +8,36 @@
   
      <implementation>
   
  +     <!-- 
  +     an implementation may contain a single engine declaration,
  +     multiple components and multiple containers
  +     -->
  +     
  +     <engine>
  +       <classpath>
  +         <fileset dir="."/>
  +         <fileset dir="."/>
  +       </classpath>
  +     </engine>
  +
        <container name="test">
  +
  +       <!-- a container may contain a single engine declaration -->
  +
  +       <engine>
  +         <classpath>
  +           <fileset dir="."/>
  +         </classpath>
  +       </engine>
  +
  +       <!-- a container 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 container may contain multiple nested container delcarations -->
  +
        </container>
   
      </implementation>
  
  
  

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