[jboss-cvs] Repository SVN: r575 - hibernate/3.2.4.SP1_CP01-brew and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 8 19:37:57 EDT 2007


Author: vivekl at redhat.com
Date: 2007-06-08 19:37:57 -0400 (Fri, 08 Jun 2007)
New Revision: 575

Added:
   hibernate/3.2.4.SP1_CP01-brew/
   hibernate/3.2.4.SP1_CP01-brew/component-info.xml
   hibernate/3.2.4.SP1_CP01-brew/lib/
   hibernate/3.2.4.SP1_CP01-brew/lib/hibernate3.jar
   hibernate/3.2.4.SP1_CP01-brew/src/
   hibernate/3.2.4.SP1_CP01-brew/src/hibernate-3.2.4.sp1_cp01-src.tar.gz
Modified:
   hibernate-annotations/3.2.1.GA/component-info.xml
   hibernate-entitymanager/3.2.1.GA/component-info.xml
Log:
- Add brew built hibernate 3.2.4.SP1_CP01 
- Update component-info.xml for hibernate-annotations 3.2.1.GA and
  hibernate-entitymanager 3.2.1.GA with <compatible> tags



Added: hibernate/3.2.4.SP1_CP01-brew/component-info.xml
===================================================================
--- hibernate/3.2.4.SP1_CP01-brew/component-info.xml	                        (rev 0)
+++ hibernate/3.2.4.SP1_CP01-brew/component-info.xml	2007-06-08 23:37:57 UTC (rev 575)
@@ -0,0 +1,27 @@
+<project name="hibernate-component-info">
+
+   <component id="hibernate"
+              licenseType="lgpl"
+              version="3.2.4.SP1_CP01-brew"
+              projectHome="http://hibernate.org/"
+              description="ultra-high performance object/relational persistence"
+              scm=":ext:cvs.devel.redhat.com:/cvs/hibernate3"
+              tag="hibernate3-3_2_4_1-0jpp_ep1_1">
+      <!-- Built using JDK 1.4 -->
+
+      <artifact id="hibernate3.jar"/>
+
+      <import componentref="antlr">
+          <compatible version="2.7.5H3"/>
+          <compatible version="2.7.6rc1"/>
+          <compatible version="2.7.6.ga"/>
+          <compatible version="2.7.6-brew"/>
+      </import>
+
+      <export>
+         <include input="hibernate3.jar"/>
+       </export>
+
+   </component>
+
+</project>

Added: hibernate/3.2.4.SP1_CP01-brew/lib/hibernate3.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.2.4.SP1_CP01-brew/lib/hibernate3.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.2.4.SP1_CP01-brew/src/hibernate-3.2.4.sp1_cp01-src.tar.gz
===================================================================
(Binary files differ)


Property changes on: hibernate/3.2.4.SP1_CP01-brew/src/hibernate-3.2.4.sp1_cp01-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: hibernate-annotations/3.2.1.GA/component-info.xml
===================================================================
--- hibernate-annotations/3.2.1.GA/component-info.xml	2007-06-08 19:23:06 UTC (rev 574)
+++ hibernate-annotations/3.2.1.GA/component-info.xml	2007-06-08 23:37:57 UTC (rev 575)
@@ -11,6 +11,7 @@
          <compatible version="3.2.1.GA"/>
          <compatible version="3.2.3.GA"/>
          <compatible version="3.2.4.SP1"/>         
+         <compatible version="3.2.4.SP1_CP01-brew"/>         
       </import>
       <export>
          <include input="hibernate-annotations.jar"/>         

Modified: hibernate-entitymanager/3.2.1.GA/component-info.xml
===================================================================
--- hibernate-entitymanager/3.2.1.GA/component-info.xml	2007-06-08 19:23:06 UTC (rev 574)
+++ hibernate-entitymanager/3.2.1.GA/component-info.xml	2007-06-08 23:37:57 UTC (rev 575)
@@ -12,6 +12,7 @@
          <compatible version="3.2.1.GA"/>
          <compatible version="3.2.3.GA"/>
          <compatible version="3.2.4.SP1"/>         
+         <compatible version="3.2.4.SP1_CP01-brew"/>         
       </import>
       <import componentref="hibernate-annotations">
          <compatible version="3.2.1.GA"/>




More information about the jboss-cvs-commits mailing list