crafterm    2002/10/08 08:00:26

  Modified:    xfc/src/test/org/apache/excalibur/xfc/test ecm.roles
                        fortress.roles
  Log:
  Removed informix data source from tests as it's conditionally compiled into
  the data source jar and not always present.
  
  Revision  Changes    Path
  1.2       +1 -2      
jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/ecm.roles
  
  Index: ecm.roles
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/ecm.roles,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ecm.roles 7 Oct 2002 14:31:20 -0000       1.1
  +++ ecm.roles 8 Oct 2002 15:00:26 -0000       1.2
  @@ -32,9 +32,8 @@
     <role name="org.apache.avalon.excalibur.datasource.DataSourceComponentSelector"
           shorthand="datasources"
           
default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector">
  -     <hint shorthand="jdbc" 
class="org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource"/>
  +    <hint shorthand="jdbc" 
class="org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource"/>
       <hint shorthand="j2ee" 
class="org.apache.avalon.excalibur.datasource.J2eeDataSource"/>
  -    <hint shorthand="informix" 
class="org.apache.avalon.excalibur.datasource.InformixDataSource"/>
     </role>
   
   </role-list>
  
  
  
  1.4       +0 -3      
jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/fortress.roles
  
  Index: fortress.roles
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/fortress.roles,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- fortress.roles    8 Oct 2002 12:43:21 -0000       1.3
  +++ fortress.roles    8 Oct 2002 15:00:26 -0000       1.4
  @@ -40,9 +40,6 @@
       <component shorthand="j2ee"
                  class="org.apache.avalon.excalibur.datasource.J2eeDataSource"
                  
handler="org.apache.excalibur.fortress.handler.ThreadSafeComponentHandler"/>
  -    <component shorthand="informix"
  -               class="org.apache.avalon.excalibur.datasource.InformixDataSource"
  -               
handler="org.apache.excalibur.fortress.handler.ThreadSafeComponentHandler"/>
     </role>
   
   </role-list>
  
  
  

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

Reply via email to