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/19 13:25:11 UTC

cvs commit: avalon-sandbox/merlin/assembly/src/test/org/apache/avalon/playground/factory CustomAppliance.xinfo CustomComponent.xinfo

mcconnell    2003/06/19 04:25:11

  Modified:    merlin/assembly/src/test/org/apache/avalon/playground/factory
                        CustomAppliance.xinfo CustomComponent.xinfo
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.4       +9 -16     avalon-sandbox/merlin/assembly/src/test/org/apache/avalon/playground/factory/CustomAppliance.xinfo
  
  Index: CustomAppliance.xinfo
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/assembly/src/test/org/apache/avalon/playground/factory/CustomAppliance.xinfo,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CustomAppliance.xinfo	30 Apr 2003 02:03:41 -0000	1.3
  +++ CustomAppliance.xinfo	19 Jun 2003 11:25:11 -0000	1.4
  @@ -26,8 +26,7 @@
       which is declared under the following context attributes
       -->
       <attributes>
  -      <attribute 
  -          key="urn:assembly:lifecycle.context.strategy"
  +      <attribute key="urn:assembly:lifecycle.context.strategy"
             value="org.apache.avalon.assembly.locator.Contextualizable"/>
       </attributes>
   
  @@ -35,24 +34,18 @@
       the appliance repository and logging manager are supplied to the 
       factory under the custom contextualization phase
       -->
  -    <entry 
  -       key="urn:assembly:engine" 
  +    <entry key="urn:assembly:engine" 
          type="org.apache.avalon.assembly.engine.impl.EngineClassLoader"/>
  -    <entry 
  -       key="urn:assembly:lifestyle.service" 
  +    <entry key="urn:assembly:lifestyle.service" 
          type="org.apache.avalon.assembly.lifestyle.LifestyleService"/>
  -    <entry 
  -       key="urn:assembly:appliance.context" 
  -       type="org.apache.avalon.assembly.appliance.ApplianceContext"/>
  -    <entry 
  -       key="urn:assembly:appliance.system" 
  +    <entry key="org.apache.excalibur.mpool.PoolManager" 
  +       type="org.apache.excalibur.mpool.PoolManager"/>
  +    <entry key="urn:assembly:appliance.system" 
          type="org.apache.avalon.assembly.locator.Locator"/>
  -    <entry 
  -       key="urn:assembly:appliance.repository" 
  +    <entry key="urn:assembly:appliance.repository" 
          type="org.apache.avalon.assembly.appliance.ApplianceRepository"/>
  -    <entry 
  -       key="org.apache.excalibur.mpool.PoolManager" 
  -       type="org.apache.excalibur.mpool.PoolManager"/>
  +    <entry key="urn:assembly:appliance.context" 
  +       type="org.apache.avalon.assembly.appliance.ApplianceContext"/>
   
     </context>
   
  
  
  
  1.2       +1 -1      avalon-sandbox/merlin/assembly/src/test/org/apache/avalon/playground/factory/CustomComponent.xinfo
  
  Index: CustomComponent.xinfo
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/assembly/src/test/org/apache/avalon/playground/factory/CustomComponent.xinfo,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CustomComponent.xinfo	13 Mar 2003 01:04:34 -0000	1.1
  +++ CustomComponent.xinfo	19 Jun 2003 11:25:11 -0000	1.2
  @@ -37,7 +37,7 @@
            value="org.apache.avalon.playground.factory.CustomApplianceFactory"/>
   
         <!--
  -      Declaration of a cutom appliance class.
  +      Declaration of a custom appliance class.
         -->
         <attribute key="urn:assembly:appliance.class" 
           value="org.apache.avalon.playground.factory.CustomAppliance"/>
  
  
  

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