[hibernate-commits] Hibernate SVN: r18111 - core/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Dec 1 10:55:26 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-12-01 10:55:26 -0500 (Tue, 01 Dec 2009)
New Revision: 18111

Modified:
   core/trunk/pom.xml
Log:
HHH-4631 - Infinispan integration module is causing build problems


Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-12-01 07:31:01 UTC (rev 18110)
+++ core/trunk/pom.xml	2009-12-01 15:55:26 UTC (rev 18111)
@@ -83,7 +83,9 @@
             </activation>
             <modules>
                 <module>entitymanager</module>
+<!--
                 <module>cache-infinispan</module>
+-->
                 <module>jdbc4-testing</module>
             </modules>
         </profile>            



More information about the hibernate-commits mailing list