antonio     2004/02/03 03:42:36

  Modified:    lib      jars.xml
  Log:
  Fixing OJB-JDO samples.
  No more precompiled classes needed.
  JDO Enhancer now run at compiler time. It run only if jdo jars is present at 
compiled time to avoid breaking the build.
  
  Revision  Changes    Path
  1.160     +2 -2      cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- jars.xml  2 Feb 2004 12:18:53 -0000       1.159
  +++ jars.xml  3 Feb 2004 11:42:35 -0000       1.160
  @@ -954,7 +954,7 @@
           for Java Objects against relational databases.
       </description>
       <used-by>OJB</used-by>
  -    <lib>ojb/lib/db-ojb-1.0.rc5-20040125.jar</lib>
  +    <lib>ojb/lib/db-ojb-1.0.rc5-20040203.jar</lib>
       <homepage>http://db.apache.org/ojb/</homepage>
     </file>
     <!-- OJB block end (6-Aug-2003) -->
  
  
  

Reply via email to