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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 19:59:13 EDT 2007


Author: epbernard
Date: 2007-08-15 19:59:13 -0400 (Wed, 15 Aug 2007)
New Revision: 13020

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

Copied: search/trunk/ivy.xml (from rev 13019, trunk/HibernateExt/search/ivy.xml)
===================================================================
--- search/trunk/ivy.xml	                        (rev 0)
+++ search/trunk/ivy.xml	2007-08-15 23:59:13 UTC (rev 13020)
@@ -0,0 +1,19 @@
+<?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="search"/>
+    <configurations>
+        <conf name="core" description="Core module dependencies"/>
+        <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+    </configurations>
+    <publications>
+        <artifact name="hibernate-search" 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="entitymanager" rev="3.3.1.GA" conf="test->core"/>
+    </dependencies>
+</ivy-module>
\ No newline at end of file

Deleted: trunk/HibernateExt/search/ivy.xml
===================================================================
--- trunk/HibernateExt/search/ivy.xml	2007-08-15 23:59:05 UTC (rev 13019)
+++ trunk/HibernateExt/search/ivy.xml	2007-08-15 23:59:13 UTC (rev 13020)
@@ -1,19 +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="search"/>
-    <configurations>
-        <conf name="core" description="Core module dependencies"/>
-        <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
-    </configurations>
-    <publications>
-        <artifact name="hibernate-search" 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="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