epugh       2004/07/23 03:02:16

  Modified:    hibernate/xdocs changes.xml
               hibernate project.xml
  Log:
  MPHIBERNATE-11: maven-hibernate needs cglib when sending SQL directly to the database
  
  Revision  Changes    Path
  1.18      +1 -0      maven-plugins/hibernate/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml       5 Jul 2004 14:29:55 -0000       1.17
  +++ changes.xml       23 Jul 2004 10:02:16 -0000      1.18
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="1.2-SNAPSHOT" date="in CVS">
  +      <action dev="epugh" type="fix" issue="MPHIBERNATE-11" due-to="Henning 
Schmiedehausen">maven-hibernate needs cglib when sending SQL directly to the 
database</action>
         <action dev="epugh" type="fix" issue="MPHIBERNATE-7" due-to="Dion 
Gillard">Unit tests only functioned from the /src/plugin-test directory.  plugin:test 
fails</action>
         <action dev="epugh" type="add" issue="MPHIBERNATE-6" due-to="Alex 
Shnyderman">New aggregate-mappings goal to aggregate multiple .hbm files into one 
file.</action>
         <action dev="epugh" type="add" issue="MPHIBERNATE-6" due-to="Alex 
Shnyderman">Added multiple base directories for mapping files</action>
  
  
  
  1.34      +6 -0      maven-plugins/hibernate/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml       2 Jul 2004 07:38:56 -0000       1.33
  +++ project.xml       23 Jul 2004 10:02:16 -0000      1.34
  @@ -153,6 +153,12 @@
         <type>jar</type>
       </dependency>
       <dependency>
  +      <groupId>cglib</groupId>
  +      <artifactId>cglib</artifactId>
  +      <version>2.0.2</version>
  +      <type>jar</type>
  +    </dependency>
  +    <dependency>
         <groupId>dom4j</groupId>
         <artifactId>dom4j</artifactId>
         <version>1.4</version>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to