bloritsch    01/04/30 10:00:08

  Modified:    src/org/apache/cocoon/processor/xsp/library/sql esql.xsl
  Log:
  Apply synchronization fix.
  
  Revision  Changes    Path
  1.78      +2 -2      
xml-cocoon/src/org/apache/cocoon/processor/xsp/library/sql/esql.xsl
  
  Index: esql.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/processor/xsp/library/sql/esql.xsl,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- esql.xsl  2001/04/20 20:53:47     1.77
  +++ esql.xsl  2001/04/30 17:00:05     1.78
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: esql.xsl,v 1.77 2001/04/20 20:53:47 bloritsch Exp $-->
  +<!-- $Id: esql.xsl,v 1.78 2001/04/30 17:00:05 bloritsch Exp $-->
   <!--
   
    ============================================================================
  @@ -187,7 +187,7 @@
               
<xsp:include>org.apache.turbine.util.db.pool.DBConnection</xsp:include>
             </xsl:when>
             <xsl:when test="$environment = 'cocoon2'">
  -            
<xsp:include>org.apache.excalibur.datasource.DataSourceComponent</xsp:include>
  +            
<xsp:include>org.apache.avalon.excalibur.datasource.DataSourceComponent</xsp:include>
             </xsl:when>
           </xsl:choose>
         </xsl:if>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to