antonio     2003/11/02 09:05:28

  Modified:    lib      jars.xml
  Added:       src/blocks/ojb/lib antlr-2.7.1.jar commons-pool-1.1.jar
                        db-ojb-1.0.rc4-20031102.jar commons-dbcp-1.1.jar
  Removed:     src/blocks/ojb/lib commons-dbcp.jar
                        db-ojb-1.0.rc4-20031028.jar commons-pool.jar
                        antlr.jar
  Log:
  OJB Update: new libs and defining versions of them
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.1                  cocoon-2.1/src/blocks/ojb/lib/antlr-2.7.1.jar
  
        <<Binary file>>
  
  
  1.1                  cocoon-2.1/src/blocks/ojb/lib/commons-pool-1.1.jar
  
        <<Binary file>>
  
  
  1.1                  cocoon-2.1/src/blocks/ojb/lib/db-ojb-1.0.rc4-20031102.jar
  
        <<Binary file>>
  
  
  1.1                  cocoon-2.1/src/blocks/ojb/lib/commons-dbcp-1.1.jar
  
        <<Binary file>>
  
  
  1.118     +15 -16    cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- jars.xml  1 Nov 2003 10:18:14 -0000       1.117
  +++ jars.xml  2 Nov 2003 17:05:27 -0000       1.118
  @@ -256,7 +256,7 @@
     <file>
       <title>Jakarta Commons Collections</title>
       <description>Common implementations of collection classes.</description>
  -    <used-by>Cocoon</used-by>
  +    <used-by>Cocoon, OJB</used-by>
       <lib>core/commons-collections-2.1.jar</lib>
       <homepage>http://jakarta.apache.org/commons/collections.html</homepage>
     </file>
  @@ -750,11 +750,10 @@
     <file>
       <title>Jakarta Commons lang</title>
       <description>
  -      Part of jakarta-commons, it's a package that
  -      provides extended services on base classes of the JDK,
  -      such as unrolling exceptions.
  +      Part of jakarta-commons, it's a package that provides extended services
  +      on base classes of the JDK, such as unrolling exceptions.
       </description>
  -    <used-by>Cocoon</used-by>
  +    <used-by>Cocoon, OJB</used-by>
       <lib>core/commons-lang-2.0.jar</lib>
       <homepage>http://jakarta.apache.org/commons/lang/</homepage>
     </file>
  @@ -836,16 +835,16 @@
       </description>
       <used-by>BetwixtTransformer</used-by>
       <lib>scratchpad/lib/commons-beanutils-1.5.jar</lib>
  -    <homepage>http://jakarta.apache.org/commons/beantuils/</homepage>
  +    <homepage>http://jakarta.apache.org/commons/beanutils/</homepage>
     </file>
   
     <file>
       <title>Jakarta Commons Digester</title>
       <description>
  -      The Java language provides Reflection and Introspection APIs 
  -      (see the java.lang.reflect and java.beans packages in the JDK 
Javadocs). 
  -      However, these APIs can be quite complex to understand and utilize. 
  -      The BeanUtils component provides easy-to-use wrappers around these 
capabilities.
  +       Allow configure an XML -> Java object mapping module, which triggers
  +       certain actions called  rules  whenever a particular pattern of nested
  +       XML elements is recognized. A rich set of predefined  rules  is
  +       available for your use, or you can also create your own.
       </description>
       <used-by>BetwixtTransformer</used-by>
       <lib>scratchpad/lib/commons-digester-1.3.jar</lib>
  @@ -860,7 +859,7 @@
          translators from grammatical descriptions containing Java, C#, or C++ 
actions
        </description>
        <used-by>OJB</used-by>
  -     <lib>ojb/lib/antlr.jar</lib>
  +     <lib>ojb/lib/antlr-2.7.1.jar</lib>
        <homepage>http://www.antlr.org/</homepage>
     </file>
   
  @@ -870,7 +869,7 @@
           Database Connection Pool API
        </description>
        <used-by>OJB</used-by>
  -     <lib>ojb/lib/commons-dbcp.jar</lib>
  +     <lib>ojb/lib/commons-dbcp-1.1.jar</lib>
        <homepage>http://jakarta.apache.org/commons/dbcp/</homepage>
     </file>
   
  @@ -881,18 +880,18 @@
           may be useful when creating new pool implementations.
        </description>
        <used-by>OJB</used-by>
  -     <lib>ojb/lib/commons-pool.jar</lib>
  +     <lib>ojb/lib/commons-pool-1.1.jar</lib>
        <homepage>http://jakarta.apache.org/commons/pool/</homepage>
     </file>
   
     <file>
  -    <title>Apache  ObJectRelationalBridge</title>
  +    <title>Apache ObJectRelationalBridge</title>
        <description>
            OJB is an Object/Relational mapping tool that allows transparent 
persistence
            for Java Objects against relational databases.
        </description>
        <used-by>OJB</used-by>
  -     <lib>ojb/lib/db-ojb-1.0.rc4-20031028.jar</lib>
  +     <lib>ojb/lib/db-ojb-1.0.rc4-20031102.jar</lib>
        <homepage>http://db.apache.org/ojb/</homepage>
     </file>
     <!-- OJB block end (6-Aug-2003) -->
  
  
  

Reply via email to