[jboss-cvs] Repository SVN: r2799 - hibernate-annotations/3.3.1.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 17 21:12:49 EDT 2008


Author: epbernard
Date: 2008-03-17 21:12:48 -0400 (Mon, 17 Mar 2008)
New Revision: 2799

Added:
   hibernate-annotations/3.3.1.GA/ivy.xml
Log:
add ivy

Added: hibernate-annotations/3.3.1.GA/ivy.xml
===================================================================
--- hibernate-annotations/3.3.1.GA/ivy.xml	                        (rev 0)
+++ hibernate-annotations/3.3.1.GA/ivy.xml	2008-03-18 01:12:48 UTC (rev 2799)
@@ -0,0 +1,18 @@
+<?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-annotations" revision="3.3.1.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-annotations" 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"/>
+    </dependencies>
+</ivy-module>




More information about the jboss-cvs-commits mailing list