[hibernate-commits] Hibernate SVN: r20313 - entitymanager/branches/v3_3_2_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Sep 6 04:33:08 EDT 2010


Author: stliu
Date: 2010-09-06 04:33:07 -0400 (Mon, 06 Sep 2010)
New Revision: 20313

Removed:
   entitymanager/branches/v3_3_2_GA_CP/ivy.xml
Log:
JBPAPP-4959 remove ivy dependencies

Deleted: entitymanager/branches/v3_3_2_GA_CP/ivy.xml
===================================================================
--- entitymanager/branches/v3_3_2_GA_CP/ivy.xml	2010-09-06 08:31:56 UTC (rev 20312)
+++ entitymanager/branches/v3_3_2_GA_CP/ivy.xml	2010-09-06 08:33:07 UTC (rev 20313)
@@ -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="hibernate-entitymanager"/>
-    <configurations>
-        <conf name="core" description="Core module dependencies"/>
-        <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
-    </configurations>
-    <publications>
-        <artifact name="hibernate-entitymanager" conf="core"/>
-    </publications>
-    <dependencies>
-	    <dependency name="hibernate-annotations" rev="3.3.1.GA" conf="core->core"/>
-		<dependency name="ejb3-persistence" rev="1.0.1.GA" conf="core->default"/>
-        <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
-    </dependencies>
-</ivy-module>
\ No newline at end of file



More information about the hibernate-commits mailing list