[jboss-cvs] Repository SVN: r1025 - hibernate-annotations/3.3.0.GA.

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


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

Modified:
   hibernate-annotations/3.3.0.GA/ivy.xml
Log:
more ivy files

Modified: hibernate-annotations/3.3.0.GA/ivy.xml
===================================================================
--- hibernate-annotations/3.3.0.GA/ivy.xml	2007-08-14 20:07:31 UTC (rev 1024)
+++ hibernate-annotations/3.3.0.GA/ivy.xml	2007-08-14 20:14:04 UTC (rev 1025)
@@ -1,6 +1,18 @@
-<ivy-module version="1.0">
-    <info organisation="org.hibernate" module="annotations" revision="3.3.0.GA" status="release" publication="20070319000000"/>
+<?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="annotations" revision="3.3.0.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" type="jar"/>	
-	</publications>
+        <artifact name="hibernate-annotations" conf="core"/>
+    </publications>
+    <dependencies>
+		<dependency name="jpa-api" rev="1.0.0.GA" conf="core->default"/>
+        <dependency name="commons-annotations" rev="3.3.0.GA" conf="core->core"/>
+    </dependencies>
 </ivy-module>




More information about the jboss-cvs-commits mailing list