sgoeschl    2005/03/02 01:39:57

  Modified:    parser/src/test TestRoleConfig.xml
  Log:
  Changed order of entries to get it running with YAAFI
  
  Revision  Changes    Path
  1.3       +8 -7      
jakarta-turbine-fulcrum/parser/src/test/TestRoleConfig.xml
  
  Index: TestRoleConfig.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-fulcrum/parser/src/test/TestRoleConfig.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestRoleConfig.xml        11 Nov 2004 10:05:40 -0000      1.2
  +++ TestRoleConfig.xml        2 Mar 2005 09:39:57 -0000       1.3
  @@ -1,12 +1,13 @@
   <!-- This configuration file for Avalon components is used for testing the 
TestComponent -->
  -<role-list>
  -    <role
  -        name="org.apache.fulcrum.parser.ParameterParser"
  -        shorthand="parser"
  -        default-class="org.apache.fulcrum.parser.DefaultParameterParser"/>
  -        
  +<role-list>        
       <role
           name="org.apache.fulcrum.upload.UploadService"
           shorthand="upload"
  -        default-class="org.apache.fulcrum.upload.DefaultUploadService"/>     
   
  +        default-class="org.apache.fulcrum.upload.DefaultUploadService"
  +    />        
  +    <role
  +        name="org.apache.fulcrum.parser.ParameterParser"
  +        shorthand="parser"
  +        default-class="org.apache.fulcrum.parser.DefaultParameterParser"
  +    />
   </role-list>
  \ No newline at end of file
  
  
  

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

Reply via email to