[jboss-cvs] JBossAS SVN: r57940 - trunk/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 31 01:02:43 EST 2006


Author: bstansberry at jboss.com
Date: 2006-10-31 01:02:41 -0500 (Tue, 31 Oct 2006)
New Revision: 57940

Modified:
   trunk/tomcat/src/resources/tc6-cluster-service.xml
Log:
Remove the AspectDeployer dependency

Modified: trunk/tomcat/src/resources/tc6-cluster-service.xml
===================================================================
--- trunk/tomcat/src/resources/tc6-cluster-service.xml	2006-10-31 05:41:48 UTC (rev 57939)
+++ trunk/tomcat/src/resources/tc6-cluster-service.xml	2006-10-31 06:02:41 UTC (rev 57940)
@@ -18,9 +18,7 @@
 
         <depends>jboss:service=Naming</depends>
         <depends>jboss:service=TransactionManager</depends>
-        <!-- We need the AspectDeployer to deploy our FIELD granularity aspects -->
-        <depends>jboss.aop:service=AspectDeployer</depends>
-        
+
         <!--JGroups multiplexer configuration. Allows cache to use a shared
             JGroups channel with other clustering services.
             If you don't want to use the multiplexer, you can comment these




More information about the jboss-cvs-commits mailing list