[jboss-cvs] Repository SVN: r15794 - in hibernate-entitymanager: 3.2.1.GA_CP04-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 14 17:28:32 EDT 2008


Author: permaine
Date: 2008-10-14 17:28:32 -0400 (Tue, 14 Oct 2008)
New Revision: 15794

Added:
   hibernate-entitymanager/3.2.1.GA_CP04-brew/
   hibernate-entitymanager/3.2.1.GA_CP04-brew/component-info.xml
   hibernate-entitymanager/3.2.1.GA_CP04-brew/lib/
   hibernate-entitymanager/3.2.1.GA_CP04-brew/lib/ejb3-persistence.jar
   hibernate-entitymanager/3.2.1.GA_CP04-brew/lib/hibernate-entitymanager.jar
   hibernate-entitymanager/3.2.1.GA_CP04-brew/src/
   hibernate-entitymanager/3.2.1.GA_CP04-brew/src/hibernate-entitymanager-3.2.1.GA_CP04-src.tar.gz
   hibernate-entitymanager/3.2.1.GA_CP04-brew/src/hibernate-entitymanager-common-build_xml.patch
Log:
Add Brew-build  3.2.1.GA_CP04-brew

Added: hibernate-entitymanager/3.2.1.GA_CP04-brew/component-info.xml
===================================================================
--- hibernate-entitymanager/3.2.1.GA_CP04-brew/component-info.xml	                        (rev 0)
+++ hibernate-entitymanager/3.2.1.GA_CP04-brew/component-info.xml	2008-10-14 21:28:32 UTC (rev 15794)
@@ -0,0 +1,38 @@
+<project name="hibernate-entitymanager-component-info">
+   <component id="hibernate-entitymanager"
+              version="3.2.1.GA_CP04-brew"
+              licenseType="lgpl"
+              projectHome="http://entitymanager.hibernate.org/"
+              description="Hibernate EntityManager for EJB3"
+              scm=":ext:cvs.devel.redhat.com:/cvs/dist/hibernate3-entitymanager"
+              tag="hibernate3-entitymanager-3_2_1-2_GA_CP04_1jpp_ep1_2_el4">
+      <!-- Built using JDK 5 -->
+      <artifact id="hibernate-entitymanager.jar"/>
+      <artifact id="ejb3-persistence.jar"/>
+      <import componentref="hibernate">
+	 <compatible version="3.2.0.GA"/>
+         <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"/>         
+         <compatible version="3.2.4.SP1_CP02-brew"/>         
+         <compatible version="3.2.4.SP1_CP03-brew"/>
+         <compatible version="3.2.4.SP1_CP04-brew"/>
+         <compatible version="3.2.4.SP1_CP06-brew"/>
+      </import>
+      <import componentref="hibernate-annotations">
+         <compatible version="3.2.1.GA"/>
+         <compatible version="3.2.1.GA-brew"/>
+         <compatible version="3.2.1.GA.patch01-brew"/>
+         <compatible version="3.2.1.GA.patch02-brew"/>
+         <compatible version="3.2.1.GA_CP02-brew"/>
+         <compatible version="3.2.1.GA_CP03-brew"/>
+      </import>
+      <export>
+         <include input="hibernate-entitymanager.jar"/>
+         <include input="ejb3-persistence.jar"/>
+      </export>
+
+   </component>
+
+</project>

Added: hibernate-entitymanager/3.2.1.GA_CP04-brew/lib/ejb3-persistence.jar
===================================================================
(Binary files differ)


Property changes on: hibernate-entitymanager/3.2.1.GA_CP04-brew/lib/ejb3-persistence.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate-entitymanager/3.2.1.GA_CP04-brew/lib/hibernate-entitymanager.jar
===================================================================
(Binary files differ)


Property changes on: hibernate-entitymanager/3.2.1.GA_CP04-brew/lib/hibernate-entitymanager.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate-entitymanager/3.2.1.GA_CP04-brew/src/hibernate-entitymanager-3.2.1.GA_CP04-src.tar.gz
===================================================================
(Binary files differ)


Property changes on: hibernate-entitymanager/3.2.1.GA_CP04-brew/src/hibernate-entitymanager-3.2.1.GA_CP04-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate-entitymanager/3.2.1.GA_CP04-brew/src/hibernate-entitymanager-common-build_xml.patch
===================================================================
--- hibernate-entitymanager/3.2.1.GA_CP04-brew/src/hibernate-entitymanager-common-build_xml.patch	                        (rev 0)
+++ hibernate-entitymanager/3.2.1.GA_CP04-brew/src/hibernate-entitymanager-common-build_xml.patch	2008-10-14 21:28:32 UTC (rev 15794)
@@ -0,0 +1,11 @@
+--- common-build.xml
++++ common-build.xml
+@@ -42,7 +42,7 @@
+ 
+     <!-- set Hibernate core related properties -->
+     <property name="hibernate-core.home" location="${common-build.basedir}/../core"/>
+-    <property name="hibernate-core.jar" location="${hibernate-core.home}/build/hibernate3.jar"/>
++    <property name="hibernate-core.jar" location="${hibernate-core.home}/hibernate3.jar"/>
+     <property name="hibernate-core.lib.dir" location="${hibernate-core.home}/lib"/>
+     <property name="hibernate-cvs.doc.reference" location="${common-build.basedir}/../../Hibernate3/doc/reference"/>
+     <property name="hibernate-annotations.home" location="${common-build.basedir}/../annotations"/>




More information about the jboss-cvs-commits mailing list