You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by mi...@apache.org on 2003/05/16 11:19:45 UTC

cvs commit: maven/src/plugins-build/hibernate project.xml

michal      2003/05/16 02:19:44

  Modified:    src/plugins-build/hibernate project.xml
  Log:
  Commented out cglib as it is not yet needed and is not available in ibiblio repository
  
  Revision  Changes    Path
  1.2       +2 -0      maven/src/plugins-build/hibernate/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/hibernate/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	15 May 2003 13:06:26 -0000	1.1
  +++ project.xml	16 May 2003 09:19:44 -0000	1.2
  @@ -127,12 +127,14 @@
          <type>jar</type>       
       </dependency>
   
  +    <!-- for the moment we don't need it
       <dependency>
          <groupId>cglib</groupId>
          <artifactId>cglib</artifactId>
          <version>1.0</version>
          <type>jar</type>       
       </dependency>             
  +    -->
            
     </dependencies>
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org