[jboss-cvs] Repository SVN: r1026 - hibernate-entitymanager/3.3.1.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 14 16:14:24 EDT 2007


Author: epbernard
Date: 2007-08-14 16:14:24 -0400 (Tue, 14 Aug 2007)
New Revision: 1026

Added:
   hibernate-entitymanager/3.3.1.GA/ivy.xml
Log:
more ivy files

Added: hibernate-entitymanager/3.3.1.GA/ivy.xml
===================================================================
--- hibernate-entitymanager/3.3.1.GA/ivy.xml	                        (rev 0)
+++ hibernate-entitymanager/3.3.1.GA/ivy.xml	2007-08-14 20:14:24 UTC (rev 1026)
@@ -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="entitymanager" revision="3.3.1.GA" status="revision"/>
+    <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="jpa-api" rev="1.0.0.GA" conf="core->default"/>
+        <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
+        <dependency name="annotations" rev="3.3.0.GA" conf="core->core"/>
+    </dependencies>
+</ivy-module>




More information about the jboss-cvs-commits mailing list