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:44 UTC

cvs commit: jakarta-turbine-fulcrum/security/api/src/test CryptoRoleConfig.xml

sgoeschl    2005/03/02 01:40:44

  Modified:    security/api/src/test CryptoRoleConfig.xml
  Log:
  Changed order of entries to get it running with YAAFI
  
  Revision  Changes    Path
  1.2       +7 -7      jakarta-turbine-fulcrum/security/api/src/test/CryptoRoleConfig.xml
  
  Index: CryptoRoleConfig.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/security/api/src/test/CryptoRoleConfig.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CryptoRoleConfig.xml	1 Nov 2004 13:29:21 -0000	1.1
  +++ CryptoRoleConfig.xml	2 Mar 2005 09:40:44 -0000	1.2
  @@ -1,13 +1,13 @@
   <!-- This configuration file for Avalon components is used for testing the TestComponent -->
   <role-list>
       <role
  -        name="org.apache.fulcrum.security.authenticator.Authenticator"
  -        shorthand="authenticator"
  -        default-class="org.apache.fulcrum.security.authenticator.CryptoAuthenticator"/>
  -
  -    <role
           name="org.apache.fulcrum.crypto.CryptoService"
           shorthand="crypto"
  -        default-class="org.apache.fulcrum.crypto.DefaultCryptoService"/>
  -  
  +        default-class="org.apache.fulcrum.crypto.DefaultCryptoService"
  +    />  
  +    <role
  +        name="org.apache.fulcrum.security.authenticator.Authenticator"
  +        shorthand="authenticator"
  +        default-class="org.apache.fulcrum.security.authenticator.CryptoAuthenticator"
  +    />
   </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