You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/04/14 08:36:45 UTC

cvs commit: gump/project db-ojb.xml hibernate.xml

bodewig     2005/04/13 23:36:45

  Modified:    project  db-ojb.xml hibernate.xml
  Log:
  Reduce to a single cglib package, use the one from OJB since it is newer
  
  Revision  Changes    Path
  1.45      +3 -3      gump/project/db-ojb.xml
  
  Index: db-ojb.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/db-ojb.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- db-ojb.xml	13 Apr 2005 23:57:18 -0000	1.44
  +++ db-ojb.xml	14 Apr 2005 06:36:45 -0000	1.45
  @@ -177,10 +177,10 @@
     </project>
   
     <project name="cglib">
  -    <package>net.sf.cglib.proxy</package>
  +    <package>net.sf.cglib</package>
       <jar name="lib/cglib-2.1.jar"/>
       <description>cglib is a powerful, high performance and quality Code Generation Library</description>
  -    <license name="LICENSE"/>
  +    <!--license name="LICENSE"/-->
     </project>
   
   </module>
  
  
  
  1.2       +1 -5      gump/project/hibernate.xml
  
  Index: hibernate.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/hibernate.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hibernate.xml	30 Jun 2004 08:17:34 -0000	1.1
  +++ hibernate.xml	14 Apr 2005 06:36:45 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2004 The Apache Software Foundation
  +  Copyright 2004-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -26,8 +26,4 @@
       <jar name="hibernate2.jar"/>
     </project>
   
  -  <project name="cglib">
  -    <package>net.sf.cglib</package>
  -    <jar name="lib/cglib-full-2.0.1.jar"/>
  -  </project>
   </module>
  \ No newline at end of file