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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 19:53:57 EDT 2007


Author: epbernard
Date: 2007-08-15 19:53:57 -0400 (Wed, 15 Aug 2007)
New Revision: 12966

Added:
   annotations/trunk/ivy.xml
Removed:
   trunk/HibernateExt/annotations/ivy.xml
Log:
Move annotations trunk to the new structure

Copied: annotations/trunk/ivy.xml (from rev 12965, trunk/HibernateExt/annotations/ivy.xml)
===================================================================
--- annotations/trunk/ivy.xml	                        (rev 0)
+++ annotations/trunk/ivy.xml	2007-08-15 23:53:57 UTC (rev 12966)
@@ -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="annotations"/>
+    <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="jpa-api" rev="1.0.0.GA" conf="core->default"/>
+        <dependency name="commons-annotations" rev="latest.integration" conf="core->core"/>
+    </dependencies>
+</ivy-module>
\ No newline at end of file

Deleted: trunk/HibernateExt/annotations/ivy.xml
===================================================================
--- trunk/HibernateExt/annotations/ivy.xml	2007-08-15 23:53:56 UTC (rev 12965)
+++ trunk/HibernateExt/annotations/ivy.xml	2007-08-15 23:53:57 UTC (rev 12966)
@@ -1,18 +0,0 @@
-<?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"/>
-    <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="jpa-api" rev="1.0.0.GA" conf="core->default"/>
-        <dependency name="commons-annotations" rev="latest.integration" conf="core->core"/>
-    </dependencies>
-</ivy-module>
\ No newline at end of file




More information about the hibernate-commits mailing list