[jboss-cvs] Repository SVN: r2800 - hibernate-entitymanager/3.3.2.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 17 21:15:43 EDT 2008


Author: epbernard
Date: 2008-03-17 21:15:43 -0400 (Mon, 17 Mar 2008)
New Revision: 2800

Added:
   hibernate-entitymanager/3.3.2.GA/ivy.xml
Log:
add ivy

Added: hibernate-entitymanager/3.3.2.GA/ivy.xml
===================================================================
--- hibernate-entitymanager/3.3.2.GA/ivy.xml	                        (rev 0)
+++ hibernate-entitymanager/3.3.2.GA/ivy.xml	2008-03-18 01:15:43 UTC (rev 2800)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.3"
+            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+            xsi:noNamespaceSchemaLocation=
+                  "http://www.jayasoft.org/misc/ivy/ivy.xsd">
+    <info organisation="org.hibernate" module="hibernate-entitymanager" revision="3.3.2.GA" status="release"/>
+    <configurations>
+        <conf name="core" description="Core module dependencies"/>
+        <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+    </configurations>
+    <publications>
+        <artifact name="hibernate-entitymanager" conf="core"/>
+    </publications>
+    <dependencies>
+	<dependency name="ejb3-persistence" rev="1.0.1.GA" conf="core->default"/>
+        <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
+        <dependency name="hibernate-annotations" rev="3.3.1.GA" conf="core->core"/>
+    </dependencies>
+</ivy-module>




More information about the jboss-cvs-commits mailing list