[jboss-cvs] Repository SVN: r2790 - in hibernate-entitymanager: 3.3.2.GA and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 17 13:48:32 EDT 2008


Author: dimitris at jboss.org
Date: 2008-03-17 13:48:32 -0400 (Mon, 17 Mar 2008)
New Revision: 2790

Added:
   hibernate-entitymanager/3.3.2.GA/
   hibernate-entitymanager/3.3.2.GA/component-info.xml
   hibernate-entitymanager/3.3.2.GA/lib/
   hibernate-entitymanager/3.3.2.GA/lib/ejb3-persistence.jar
   hibernate-entitymanager/3.3.2.GA/lib/hibernate-entitymanager.jar
Log:
import hibernate-entitymanager 3.3.2.GA that includes hibernate ejb3-persistence 1.0.1.GA

Added: hibernate-entitymanager/3.3.2.GA/component-info.xml
===================================================================
--- hibernate-entitymanager/3.3.2.GA/component-info.xml	                        (rev 0)
+++ hibernate-entitymanager/3.3.2.GA/component-info.xml	2008-03-17 17:48:32 UTC (rev 2790)
@@ -0,0 +1,31 @@
+<project name="hibernate-entitymanager-component-info">
+   <component id="hibernate-entitymanager"
+              version="3.3.2.GA"
+              licenseType="lgpl"
+              projectHome="http://entitymanager.hibernate.org/"
+              description="Hibernate EntityManager for EJB3"
+      >
+      <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.6.GA"/>
+      </import>
+      <import componentref="hibernate-annotations">
+         <compatible version="3.3.1.GA"/>
+      </import>
+	  <import componentref="hibernate-commons-annotations">
+         <compatible version="3.0.0.GA"/>
+      </import>
+      <export>
+         <include input="hibernate-entitymanager.jar"/>
+         <include input="ejb3-persistence.jar"/>
+      </export>
+
+   </component>
+
+</project>

Added: hibernate-entitymanager/3.3.2.GA/lib/ejb3-persistence.jar
===================================================================
(Binary files differ)


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

Added: hibernate-entitymanager/3.3.2.GA/lib/hibernate-entitymanager.jar
===================================================================
(Binary files differ)


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




More information about the jboss-cvs-commits mailing list