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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 19:54:36 EDT 2007


Author: epbernard
Date: 2007-08-15 19:54:36 -0400 (Wed, 15 Aug 2007)
New Revision: 12978

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

Copied: commons-annotations/trunk/ivy.xml (from rev 12977, trunk/HibernateExt/commons-annotations/ivy.xml)
===================================================================
--- commons-annotations/trunk/ivy.xml	                        (rev 0)
+++ commons-annotations/trunk/ivy.xml	2007-08-15 23:54:36 UTC (rev 12978)
@@ -0,0 +1,17 @@
+<?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="commons-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-commons-annotations" conf="core"/>
+    </publications>
+    <dependencies>
+		<dependency name="jpa-api" force="true" rev="1.0.0.GA" conf="test->default"/>
+    </dependencies>
+</ivy-module>
\ No newline at end of file

Deleted: trunk/HibernateExt/commons-annotations/ivy.xml
===================================================================
--- trunk/HibernateExt/commons-annotations/ivy.xml	2007-08-15 23:54:34 UTC (rev 12977)
+++ trunk/HibernateExt/commons-annotations/ivy.xml	2007-08-15 23:54:36 UTC (rev 12978)
@@ -1,17 +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="commons-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-commons-annotations" conf="core"/>
-    </publications>
-    <dependencies>
-		<dependency name="jpa-api" force="true" rev="1.0.0.GA" conf="test->default"/>
-    </dependencies>
-</ivy-module>
\ No newline at end of file




More information about the hibernate-commits mailing list