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/08/15 23:56:00 UTC

cvs commit: cocoon-2.1/lib jars.xml

vgritsenko    2003/08/15 14:56:00

  Modified:    lib      jars.xml
  Added:       src/blocks/batik/lib batik-all-1.5.jar
  Removed:     src/blocks/batik/lib batik-all-1.5b5.jar
  Log:
  Upgrade batik to the released version.
  Jaxen is used by deprecated JaxenXPathProcessor
  
  Revision  Changes    Path
  1.1                  cocoon-2.1/src/blocks/batik/lib/batik-all-1.5.jar
  
  	<<Binary file>>
  
  
  1.77      +3 -3      cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- jars.xml	15 Aug 2003 13:42:31 -0000	1.76
  +++ jars.xml	15 Aug 2003 21:56:00 -0000	1.77
  @@ -336,7 +336,7 @@
         the Scalable Vector Graphics (SVG) format for various purposes, such as
         viewing, generation or manipulation.</description>
       <used-by>SVG serializer (batik block)</used-by>
  -    <lib>batik/lib/batik-all-1.5b5.jar</lib>
  +    <lib>batik/lib/batik-all-1.5.jar</lib>
       <homepage>http://xml.apache.org/batik/</homepage>
     </file>
   
  @@ -623,7 +623,7 @@
         model walker, capable of evaluating XPath expressions across multiple
         models. Currently supported are dom4j and JDOM.
       </description>
  -    <used-by>core</used-by>
  +    <used-by>deprecated</used-by>
       <lib>optional/jaxen-core-1.0-FCS.jar</lib>
       <homepage>http://www.jaxen.org/</homepage>
     </file>