You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2003/11/01 11:18:15 UTC

cvs commit: cocoon-2.1/lib jars.xml

antonio     2003/11/01 02:18:14

  Modified:    .        status.xml
               lib      jars.xml
  Added:       src/blocks/ojb/lib db-ojb-1.0.rc4-20031028.jar
               lib/endorsed xalan-2.5.2.jar
  Removed:     src/blocks/ojb/lib db-ojb-1.0.rc4-20031017.jar
               lib/endorsed xalan-2.5.1.jar
  Log:
  Updated Xalan to 2.5.2
  
  Revision  Changes    Path
  1.179     +4 -1      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/status.xml,v
  retrieving revision 1.178
  retrieving revision 1.179
  diff -u -r1.178 -r1.179
  --- status.xml	31 Oct 2003 12:36:01 -0000	1.178
  +++ status.xml	1 Nov 2003 10:18:13 -0000	1.179
  @@ -192,6 +192,9 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +    <action dev="AG" type="update">
  +     Updated Xalan to 2.5.2
  +   </action>
      <action dev="BRD" type="update">
        Woody: did some cleanup of the FormHandler interface: moved it to the event subpackage,
        made it handle all types of WidgetEvents (there's an AbstractFormHandler which splits
  
  
  
  1.1                  cocoon-2.1/src/blocks/ojb/lib/db-ojb-1.0.rc4-20031028.jar
  
  	<<Binary file>>
  
  
  1.1                  cocoon-2.1/lib/endorsed/xalan-2.5.2.jar
  
  	<<Binary file>>
  
  
  1.117     +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.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- jars.xml	25 Oct 2003 20:05:10 -0000	1.116
  +++ jars.xml	1 Nov 2003 10:18:14 -0000	1.117
  @@ -301,7 +301,7 @@
       </description>
       <ant-target>jar</ant-target>
       <used-by>Cocoon</used-by>
  -    <lib>endorsed/xalan-2.5.1.jar</lib>
  +    <lib>endorsed/xalan-2.5.2.jar</lib>
       <homepage>http://xml.apache.org/xalan/</homepage>
     </file>
   
  @@ -892,7 +892,7 @@
   	    for Java Objects against relational databases.
   	</description>
   	<used-by>OJB</used-by>
  -	<lib>ojb/lib/db-ojb-1.0.rc4-20031017.jar</lib>
  +	<lib>ojb/lib/db-ojb-1.0.rc4-20031028.jar</lib>
   	<homepage>http://db.apache.org/ojb/</homepage>
     </file>
     <!-- OJB block end (6-Aug-2003) -->