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/01 12:00:04 UTC

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

sgoeschl    2005/03/01 03:00:04

  Modified:    resourcemanager/src/test TestComponentConfig.xml
                        TestRoleConfig.xml
  Log:
  Synchronizing my development CVS with Fulcrum
  
  Revision  Changes    Path
  1.2       +7 -0      jakarta-turbine-fulcrum/resourcemanager/src/test/TestComponentConfig.xml
  
  Index: TestComponentConfig.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/resourcemanager/src/test/TestComponentConfig.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestComponentConfig.xml	31 Jan 2005 13:36:31 -0000	1.1
  +++ TestComponentConfig.xml	1 Mar 2005 11:00:04 -0000	1.2
  @@ -17,7 +17,14 @@
         <suffix>txt</suffix>
         <location>./src/test/resources/test</location>
         <useLocator>false</useLocator>
  +      <useEncryption>true</useEncryption>
       </domain>    
  +    <domain name="crypto" type="org.apache.fulcrum.resourcemanager.impl.FileResourceManager">
  +      <suffix>txt</suffix>
  +      <location>./src/test/resources/crypto</location>
  +      <useLocator>false</useLocator>
  +      <useEncryption>auto</useEncryption>
  +    </domain>        
     </ResourceManagerService>
     
   </componentConfig>
  \ No newline at end of file
  
  
  
  1.2       +16 -9     jakarta-turbine-fulcrum/resourcemanager/src/test/TestRoleConfig.xml
  
  Index: TestRoleConfig.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/resourcemanager/src/test/TestRoleConfig.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestRoleConfig.xml	31 Jan 2005 13:36:31 -0000	1.1
  +++ TestRoleConfig.xml	1 Mar 2005 11:00:04 -0000	1.2
  @@ -1,13 +1,20 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
   <role-list>
  -    
  -    <role
  -        name="org.apache.fulcrum.resourcemanager.ResourceManagerService"
  -        default-class="org.apache.fulcrum.resourcemanager.impl.ResourceManagerServiceImpl"
  -        shorthand="ResourceManagerService" 
  -        early-init="true"
  -        description="Handles the management of resources"
  -     />
  -         
  +   <role
  +     name="org.apache.fulcrum.pbe.PBEService"
  +     shorthand="PBEService"
  +     default-class="org.apache.fulcrum.pbe.PBEServiceImpl"
  +     early-init="true"
  +     component-type="merlin"
  +     description="Provides Password Based Encyrption using JCA/JCE"
  +   />        
  +  <role
  +    name="org.apache.fulcrum.resourcemanager.ResourceManagerService"
  +    default-class="org.apache.fulcrum.resourcemanager.impl.ResourceManagerServiceImpl"
  +    shorthand="ResourceManagerService" 
  +    early-init="true"
  +    component-type="merlin"
  +    description="Handles the management of resources"
  +   />
   </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