[jboss-cvs] JBossAS SVN: r75806 - in trunk/hibernate-int: src/main/org/jboss/hibernate and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 14 16:43:31 EDT 2008


Author: pferraro
Date: 2008-07-14 16:43:31 -0400 (Mon, 14 Jul 2008)
New Revision: 75806

Removed:
   trunk/hibernate-int/src/main/org/jboss/hibernate/cache/
Modified:
   trunk/hibernate-int/build.xml
   trunk/hibernate-int/pom.xml
Log:
[JBAS-5589] Update hibernate-int module to understand RegionFactory
Deleted DeployedTreeCacheProvider.
Dropped jbosscache2 build dependency.

Modified: trunk/hibernate-int/build.xml
===================================================================
--- trunk/hibernate-int/build.xml	2008-07-14 20:38:52 UTC (rev 75805)
+++ trunk/hibernate-int/build.xml	2008-07-14 20:43:31 UTC (rev 75806)
@@ -93,7 +93,6 @@
 
     <!-- Specify modules upon which this build depends -->
     <path id="dependentmodule.classpath">
-      <path refid="jboss.cache.jbosscache.core.classpath"/>
       <path refid="org.hibernate.classpath"/>
       <path refid="jboss.common.core.classpath"/>
       <path refid="jboss.common.logging.spi.classpath"/>

Modified: trunk/hibernate-int/pom.xml
===================================================================
--- trunk/hibernate-int/pom.xml	2008-07-14 20:38:52 UTC (rev 75805)
+++ trunk/hibernate-int/pom.xml	2008-07-14 20:43:31 UTC (rev 75806)
@@ -31,10 +31,6 @@
       <artifactId>jboss-common-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.cache</groupId>
-      <artifactId>jbosscache-core</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-jbosscache2</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list