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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 24 23:39:49 EDT 2007


Author: epbernard
Date: 2007-07-24 23:39:48 -0400 (Tue, 24 Jul 2007)
New Revision: 835

Added:
   hibernate-entitymanager/3.3.1.GA/
   hibernate-entitymanager/3.3.1.GA/component-info.xml
   hibernate-entitymanager/3.3.1.GA/lib/
   hibernate-entitymanager/3.3.1.GA/lib/ejb3-persistence.jar
   hibernate-entitymanager/3.3.1.GA/lib/hibernate-entitymanager.jar
Log:
Add Hibernate EntityManager 3.3.1.GA

Added: hibernate-entitymanager/3.3.1.GA/component-info.xml
===================================================================
--- hibernate-entitymanager/3.3.1.GA/component-info.xml	                        (rev 0)
+++ hibernate-entitymanager/3.3.1.GA/component-info.xml	2007-07-25 03:39:48 UTC (rev 835)
@@ -0,0 +1,30 @@
+<project name="hibernate-entitymanager-component-info">
+   <component id="hibernate-entitymanager"
+              version="3.3.1.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"/>         
+      </import>
+      <import componentref="hibernate-annotations">
+         <compatible version="3.3.0.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.1.GA/lib/ejb3-persistence.jar
===================================================================
(Binary files differ)


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

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


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




More information about the jboss-cvs-commits mailing list