[hibernate-commits] Hibernate SVN: r14438 - commons-annotations/trunk and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Mar 14 18:40:07 EDT 2008


Author: epbernard
Date: 2008-03-14 18:40:07 -0400 (Fri, 14 Mar 2008)
New Revision: 14438

Modified:
   annotations/trunk/ivy.xml
   commons-annotations/trunk/ivy.xml
Log:
ivy setup

Modified: annotations/trunk/ivy.xml
===================================================================
--- annotations/trunk/ivy.xml	2008-03-14 22:12:26 UTC (rev 14437)
+++ annotations/trunk/ivy.xml	2008-03-14 22:40:07 UTC (rev 14438)
@@ -3,7 +3,7 @@
             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"/>
+    <info organisation="org.hibernate" module="hibernate-annotations"/>
     <configurations>
         <conf name="core" description="Core module dependencies"/>
         <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
@@ -13,6 +13,7 @@
     </publications>
     <dependencies>
 		<dependency name="ejb3-persistence" rev="1.0.1.GA" conf="core->default"/>
+        <!-- rename to hibernate-commons-annotations when ready -->
         <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
     </dependencies>
 </ivy-module>
\ No newline at end of file

Modified: commons-annotations/trunk/ivy.xml
===================================================================
--- commons-annotations/trunk/ivy.xml	2008-03-14 22:12:26 UTC (rev 14437)
+++ commons-annotations/trunk/ivy.xml	2008-03-14 22:40:07 UTC (rev 14438)
@@ -3,7 +3,7 @@
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:noNamespaceSchemaLocation=
                   "http://www.jayasoft.org/misc/ivy/ivy.xsd">
-    <info organisation="org.hibernate" module="commons-annotations"/>
+    <info organisation="org.hibernate" module="hibernate-commons-annotations"/>
     <configurations>
         <conf name="core" description="Core module dependencies"/>
         <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>




More information about the hibernate-commits mailing list