You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2001/05/11 14:40:25 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon cocoon.roles

bloritsch    01/05/11 05:40:25

  Modified:    src/org/apache/cocoon cocoon.roles
  Log:
  Fix typo that would disable J2eeDataSource
  
  Revision  Changes    Path
  1.2       +1 -1      xml-cocoon2/src/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cocoon.roles	2001/05/09 20:49:28	1.1
  +++ cocoon.roles	2001/05/11 12:40:24	1.2
  @@ -55,7 +55,7 @@
          shorthand="datasources"
          default-class="org.apache.avalon.excalibur.component.DefaultComponentSelector">
       <hint shorthand="jdbc" class="org.apache.avalon.excalibur.datasource.JdbcDataSource"/>
  -    <hint shorthand="j2ee" class="org.apache.exvalibur.datasource.J2eeDataSource"/>
  +    <hint shorthand="j2ee" class="org.apache.excalibur.datasource.J2eeDataSource"/>
   </role>
   
    <role name="org.apache.cocoon.components.url.URLFactory"
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org