You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2002/11/17 20:04:29 UTC

cvs commit: xml-cocoon2/lib/optional commons-jxpath.jar hsqldb-1.7.1.jar hsqldb-1.7.0.jar

haul        2002/11/17 11:04:29

  Modified:    lib      Tag: cocoon_2_0_3_branch jars.xml
  Added:       lib/optional Tag: cocoon_2_0_3_branch commons-jxpath.jar
                        hsqldb-1.7.1.jar
  Removed:     lib/optional Tag: cocoon_2_0_3_branch hsqldb-1.7.0.jar
  Log:
    <action dev="CH" type="update">
     Changed SimpleFormTransformer to use InputModules.
    </action>
    <action dev="CH" type="update">
     Changed InputModules to return Iterator instead of Enumeration. New abstract
     "meta" module to make new meta modules easier. Stripped "meta" from defaults
     module. Added JXPathMetaModule. Added extension classes and packages to all
     modules that are based on JXPath.
    </action>
    <action dev="CH" type="update">
     Improved support for CLOB and BLOB columns in modular database actions.
    </action>
    <action dev="CH" type="add">
     New chaining InputModule that allows to use additional modules when an attribute is not
     present or null.
    </action>
    <action dev="CH" type="update">
     Changed defaults of InputModule names in many places to new names.
    </action>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.13 +8 -1      xml-cocoon2/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/lib/jars.xml,v
  retrieving revision 1.11.2.12
  retrieving revision 1.11.2.13
  diff -u -r1.11.2.12 -r1.11.2.13
  --- jars.xml	30 Jul 2002 00:54:53 -0000	1.11.2.12
  +++ jars.xml	17 Nov 2002 19:04:28 -0000	1.11.2.13
  @@ -154,7 +154,7 @@
          driver, supporting a subset of ANSI-92 SQL. It offers a small, fast
          database engine which offers both in memory and disk based tables.</description>
   	<used-by>Cocoon samples webapp</used-by>
  -	<lib>optional/hsqldb-1.7.0.jar</lib>
  +	<lib>optional/hsqldb-1.7.1.jar</lib>
   	<homepage>http://hsqldb.sourceforge.net/</homepage>
    </file>
    <file>
  @@ -263,6 +263,13 @@
   	<used-by>XML:DB source</used-by>
   	<lib>optional/xmldb-api-20011111.jar</lib>
   	<homepage>http://www.xmldb.org/</homepage>
  + </file>
  + <file name="jxpath">
  +	<title>Jakarta Commons JXPath</title>
  +	<description>XPath interpreter. Work with JavaBeans and DOM nodes</description>
  +	<used-by>JXPath logicsheet and XMLForm</used-by>
  +	<lib>optional/commons-jxpath.jar</lib>
  +	<homepage>http://jakarta.apache.org/commons/jxpath/</homepage>
    </file>
    <file>
   	<title>Continuations-based JavaScript engine</title>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +0 -0      xml-cocoon2/lib/optional/commons-jxpath.jar
  
  	<<Binary file>>
  
  
  1.1.2.1   +0 -0      xml-cocoon2/lib/optional/hsqldb-1.7.1.jar
  
  	<<Binary file>>
  
  

----------------------------------------------------------------------
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