You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by sg...@apache.org on 2005/03/02 10:40:16 UTC

cvs commit: jakarta-turbine-fulcrum/pool/src/test TestRoleConfig.xml

sgoeschl    2005/03/02 01:40:16

  Modified:    pool/src/test TestRoleConfig.xml
  Log:
  Changed order of entries to get it running with YAAFI
  
  Revision  Changes    Path
  1.4       +7 -7      jakarta-turbine-fulcrum/pool/src/test/TestRoleConfig.xml
  
  Index: TestRoleConfig.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/pool/src/test/TestRoleConfig.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestRoleConfig.xml	23 Nov 2004 19:36:09 -0000	1.3
  +++ TestRoleConfig.xml	2 Mar 2005 09:40:16 -0000	1.4
  @@ -1,13 +1,13 @@
   <!-- This configuration file for Avalon components is used for testing the TestComponent -->
   <role-list>
       <role
  -        name="org.apache.fulcrum.pool.PoolService"
  -        shorthand="pool"
  -        default-class="org.apache.fulcrum.pool.DefaultPoolService"/>
  -    <role
           name="org.apache.fulcrum.factory.FactoryService"
           shorthand="factory"
  -        default-class="org.apache.fulcrum.factory.DefaultFactoryService"/>        
  -        
  -        
  +        default-class="org.apache.fulcrum.factory.DefaultFactoryService"
  +    />            
  +    <role
  +        name="org.apache.fulcrum.pool.PoolService"
  +        shorthand="pool"
  +        default-class="org.apache.fulcrum.pool.DefaultPoolService"
  +    />                
   </role-list>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org