bodewig     2004/06/30 01:17:34

  Modified:    profile  gump.xml
  Added:       project  hibernate.xml
  Log:
  Add hibernate for commons-resources, still figuring out the slew of additional 
dependencies needed by org.apache.commons.resources.impl.HibernateResourcesTestCase
  
  Revision  Changes    Path
  1.1                  gump/project/hibernate.xml
  
  Index: hibernate.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2004 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.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  <module name="hibernate">
  
    <url href="http://www.hibernate.org/"/>
    <description>
      Relational Persistence For Idiomatic Java
    </description>
    
    <project name="hibernate">
      <package>net.sf.hibernate</package>
      <jar name="hibernate2.jar"/>
    </project>
  
    <project name="cglib">
      <package>net.sf.cglib</package>
      <jar name="lib/cglib-full-2.0.1.jar"/>
    </project>
  </module>
  
  
  1.355     +3 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.354
  retrieving revision 1.355
  diff -u -r1.354 -r1.355
  --- gump.xml  30 Jun 2004 07:09:16 -0000      1.354
  +++ gump.xml  30 Jun 2004 08:17:34 -0000      1.355
  @@ -161,6 +161,7 @@
     <module href="project/freemarker.xml"/>
     <module href="project/hsqldb.xml"/>
     <module href="project/httpunit.xml"/>
  +  <module href="project/hibernate.xml"/>
     <module href="project/iso-relax.xml"/>
     <module href="project/invicta.xml"/>
     <module href="project/javagroups.xml"/>
  @@ -279,6 +280,8 @@
     <project name="commons-codec-11" package="commons-codec-1.1"/>
     <project name="ejb"              package="ejb-2_0-fr"/>
     <!--project name="fesi"             package="fesi"/-->
  +  <project name="hibernate"        package="hibernate-2.1"/>
  +  <project name="cglib"            package="hibernate-2.1"/>
     <project name="iso-relax"        package="isorelax.20020707"/>
     <project name="j2ee-connector"   package="j2ee_connector-1_0-fr"/>
     <project name="jaas"             package="jaas1_0"/>
  
  
  

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

Reply via email to