vgritsenko    2003/07/13 10:16:55

  Modified:    .        status.xml
               src/java/org/apache/cocoon/components/language/markup/xsp/java
                        xsp.xsl
  Log:
  backport 2.0 changes: decouple core xsp logicsheet from DB block
  
  Revision  Changes    Path
  1.91      +6 -1      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- status.xml        12 Jul 2003 18:39:48 -0000      1.90
  +++ status.xml        13 Jul 2003 17:16:54 -0000      1.91
  @@ -184,6 +184,11 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +  <action dev="VG" type="update">
  +    Decouple core XSP logicsheet from database classes to allow XSP deployment
  +    without excalibur datasource JAR file. If your XSP pages use datasources
  +    directly (and not through ESQL logicsheet), add xsp:include.
  +  </action>
     <action dev="CZ" type="update">
      The authentication framework now uses a configurable component to try to 
authenticate a user.
      This allows to drop in own authentication services or e.g. the servlet 
authentication mechanism.
  
  
  
  1.3       +2 -3      
cocoon-2.1/src/java/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl
  
  Index: xsp.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xsp.xsl   26 Mar 2003 15:37:09 -0000      1.2
  +++ xsp.xsl   13 Jul 2003 17:16:54 -0000      1.3
  @@ -108,7 +108,6 @@
       import org.apache.avalon.framework.component.ComponentManager;
       import org.apache.avalon.framework.component.ComponentSelector;
       import org.apache.avalon.framework.context.Context;
  -    import org.apache.avalon.excalibur.datasource.DataSourceComponent;
       //import org.apache.avalon.framework.util.*;
   
       import org.apache.cocoon.Constants;
  
  
  

Reply via email to