mcconnell    2002/08/08 02:59:47

  Added:       assembly/src/java/org/apache/excalibur/merlin/container
                        DefaultContainer.xprofile DefaultContainer.xconfig
  Log:
  experimental - container as component
  
  Revision  Changes    Path
  1.1                  
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/container/DefaultContainer.xprofile
  
  Index: DefaultContainer.xprofile
  ===================================================================
  <?xml version="1.0"?>
  
  <!--
  Copyright (C) The Apache Software Foundation. All rights reserved.
  This software is published under the terms of the Apache Software License
  version 1.1, a copy of which has been included with this distribution in
  the LICENSE.txt file.
  
  @author  Stephen McConnell
  @version 1.0 12/03/2001
  -->
  
  <!--
  This profile isn't actually being used yet.
  -->
  
  <profiles>
     
     <component name="container">
  
       <categories priority="DEBUG">
         <category name="loader" priority="WARN"/>
       </categories>
  
       <context>
         <import key="manager" name="merlin:container.manager"/>
         <import key="descriptor" name="merlin:container.descriptor"/>
       </context>
  
     </component>
  
  
  </profiles>
  
  
  
  1.1                  
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/container/DefaultContainer.xconfig
  
  Index: DefaultContainer.xconfig
  ===================================================================
  <?xml version="1.0"?>
  
  <!--  
  Copyright (C) The Apache Software Foundation. All rights reserved.
  This software is published under the terms of the Apache Software License
  version 1.1, a copy of which has been included with this distribution in
  the LICENSE.txt file.
  
  @author  Stephen McConnell
  @version 1.0 12/03/2001
  -->
  
  <configuration>
  
     <!--
     The execution element defines execution constraints 
     and policies for the container.
     -->
     <execution mode="asynchronous"/>
  
  </configuration>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to