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:38:45 UTC

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

sgoeschl    2005/03/02 01:38:45

  Modified:    intake/src/test TestRoleConfig.xml
  Log:
  Changeg ordering of entries to get it running again with YAAFI
  
  Revision  Changes    Path
  1.4       +9 -8      jakarta-turbine-fulcrum/intake/src/test/TestRoleConfig.xml
  
  Index: TestRoleConfig.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/intake/src/test/TestRoleConfig.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestRoleConfig.xml	1 Nov 2004 13:29:23 -0000	1.3
  +++ TestRoleConfig.xml	2 Mar 2005 09:38:45 -0000	1.4
  @@ -1,17 +1,18 @@
   <!-- This configuration file for Avalon components is used for testing the TestComponent -->
   <role-list>
       <role
  -        name="org.apache.fulcrum.intake.IntakeService"
  -        shorthand="intake"
  -        default-class="org.apache.fulcrum.intake.IntakeServiceImpl"/>
  -    <role
           name="org.apache.fulcrum.localization.LocalizationService"
           shorthand="localization"
  -        default-class="org.apache.fulcrum.localization.DefaultLocalizationService"/>  
  +        default-class="org.apache.fulcrum.localization.DefaultLocalizationService"
  +    />  
       <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.intake.IntakeService"
  +        shorthand="intake"
  +        default-class="org.apache.fulcrum.intake.IntakeServiceImpl"
  +    />                    
   </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