[jboss-cvs] JBossAS SVN: r107282 - projects/cluster/ha-server-cache-jbc/trunk/src/main/resources/META-INF/services.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 2 13:29:08 EDT 2010


Author: pferraro
Date: 2010-08-02 13:29:07 -0400 (Mon, 02 Aug 2010)
New Revision: 107282

Modified:
   projects/cluster/ha-server-cache-jbc/trunk/src/main/resources/META-INF/services/org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactory
Log:
Refactor spi impls into jbc subpackages.

Modified: projects/cluster/ha-server-cache-jbc/trunk/src/main/resources/META-INF/services/org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactory
===================================================================
--- projects/cluster/ha-server-cache-jbc/trunk/src/main/resources/META-INF/services/org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactory	2010-08-02 17:26:07 UTC (rev 107281)
+++ projects/cluster/ha-server-cache-jbc/trunk/src/main/resources/META-INF/services/org.jboss.web.tomcat.service.session.distributedcache.spi.DistributedCacheManagerFactory	2010-08-02 17:29:07 UTC (rev 107282)
@@ -1 +1 @@
-org.jboss.ha.web.tomcat.service.session.distributedcache.impl.DistributedCacheManagerImpl
\ No newline at end of file
+org.jboss.ha.web.tomcat.service.session.distributedcache.jbc.DistributedCacheManagerImpl
\ No newline at end of file



More information about the jboss-cvs-commits mailing list