You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/07/03 03:16:08 UTC

cvs commit: cocoon-2.0/src/java/org/apache/cocoon/components/language/markup/xsp/java xsp.xsl

vgritsenko    2003/07/02 18:16:08

  Modified:    .        changes.xml
               src/java/org/apache/cocoon/components/language/markup/xsp/java
                        xsp.xsl
  Log:
  Decouple core XSP logicsheet from database classes
  
  Revision  Changes    Path
  1.27      +6 -1      cocoon-2.0/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/changes.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changes.xml	3 Jul 2003 00:55:50 -0000	1.26
  +++ changes.xml	3 Jul 2003 01:16:07 -0000	1.27
  @@ -44,6 +44,11 @@
   
    <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="VG" type="update">
       Build script updated: build properties extracted into build.properties file, database.properties
       file removed. Override build.properties with local.build.properties or with ~/cocoon.build.properties
     </action>
  
  
  
  1.2       +2 -3      cocoon-2.0/src/java/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl
  
  Index: xsp.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/src/java/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xsp.xsl	9 Mar 2003 00:02:02 -0000	1.1
  +++ xsp.xsl	3 Jul 2003 01:16:07 -0000	1.2
  @@ -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;