[hibernate-commits] Hibernate SVN: r13035 - validator/trunk and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 20:00:01 EDT 2007


Author: epbernard
Date: 2007-08-15 20:00:01 -0400 (Wed, 15 Aug 2007)
New Revision: 13035

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

Deleted: trunk/HibernateExt/validator/ivy.xml
===================================================================
--- trunk/HibernateExt/validator/ivy.xml	2007-08-15 23:59:59 UTC (rev 13034)
+++ trunk/HibernateExt/validator/ivy.xml	2007-08-16 00:00:01 UTC (rev 13035)
@@ -1,20 +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="validator"/>
-    <configurations>
-        <conf name="core" description="Core module dependencies"/>
-        <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
-    </configurations>
-    <publications>
-        <artifact name="hibernate-validator" conf="core"/>
-    </publications>
-    <dependencies>
-		<dependency name="jpa-api" rev="1.0.0.GA" conf="core->default"/>
-        <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
-        <dependency name="annotations" rev="3.3.0.GA" conf="test->core"/>
-        <dependency name="entitymanager" rev="3.3.1.GA" conf="test->core"/>
-    </dependencies>
-</ivy-module>
\ No newline at end of file

Copied: validator/trunk/ivy.xml (from rev 13034, trunk/HibernateExt/validator/ivy.xml)
===================================================================
--- validator/trunk/ivy.xml	                        (rev 0)
+++ validator/trunk/ivy.xml	2007-08-16 00:00:01 UTC (rev 13035)
@@ -0,0 +1,20 @@
+<?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="validator"/>
+    <configurations>
+        <conf name="core" description="Core module dependencies"/>
+        <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+    </configurations>
+    <publications>
+        <artifact name="hibernate-validator" conf="core"/>
+    </publications>
+    <dependencies>
+		<dependency name="jpa-api" rev="1.0.0.GA" conf="core->default"/>
+        <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
+        <dependency name="annotations" rev="3.3.0.GA" conf="test->core"/>
+        <dependency name="entitymanager" rev="3.3.1.GA" conf="test->core"/>
+    </dependencies>
+</ivy-module>
\ No newline at end of file




More information about the hibernate-commits mailing list