[hibernate-commits] Hibernate SVN: r20930 - in search/branches/Branch_3_0_1_GA_CP: doc and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Apr 8 03:42:31 EDT 2011


Author: stliu
Date: 2011-04-08 03:42:31 -0400 (Fri, 08 Apr 2011)
New Revision: 20930

Removed:
   search/branches/Branch_3_0_1_GA_CP/doc/reference/
   search/branches/Branch_3_0_1_GA_CP/ivy.xml
   search/branches/Branch_3_0_1_GA_CP/ivy/
Log:
JBPAPP-6278 update build scripts of hem and hsearch

Deleted: search/branches/Branch_3_0_1_GA_CP/ivy.xml
===================================================================
--- search/branches/Branch_3_0_1_GA_CP/ivy.xml	2011-04-08 07:40:36 UTC (rev 20929)
+++ search/branches/Branch_3_0_1_GA_CP/ivy.xml	2011-04-08 07:42:31 UTC (rev 20930)
@@ -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="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"/>
-        <dependency name="hibernate-annotations" 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