sgoeschl    2005/01/20 07:48:37

  Modified:    yaafi/src/test TestRoleConfig.xml
  Log:
  Synchronizing the changes between Fulcrum and my ongoing development
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-turbine-fulcrum/yaafi/src/test/TestRoleConfig.xml
  
  Index: TestRoleConfig.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-fulcrum/yaafi/src/test/TestRoleConfig.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestRoleConfig.xml        19 Oct 2004 22:03:49 -0000      1.1
  +++ TestRoleConfig.xml        20 Jan 2005 15:48:37 -0000      1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
   <role-list>
  -     <role
  +  <role
           
default-class="org.apache.fulcrum.yaafi.service.servicemanager.ServiceManagerService"
           early-init="true"
       />    
  @@ -10,11 +10,13 @@
           shorthand="SystemPropertyService"
           
default-class="org.apache.fulcrum.yaafi.service.systemproperty.SystemPropertyServiceImpl"
           early-init="true"
  +        description="Copies name/value pairs into the SystemProperties"
       />    
       <role
           name="org.apache.fulcrum.yaafi.TestComponent"
           shorthand="test"
           default-class="org.apache.fulcrum.yaafi.TestComponentImpl"
           early-init="false"
  +        description="A simple test component"
       />        
   </role-list>
  
  
  

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

Reply via email to