[jboss-cvs] JBossAS SVN: r57941 - trunk/cluster/src/etc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 31 01:50:00 EST 2006


Author: bstansberry at jboss.com
Date: 2006-10-31 01:49:59 -0500 (Tue, 31 Oct 2006)
New Revision: 57941

Modified:
   trunk/cluster/src/etc/farm-service.xml
Log:
Remove strange WebServer dependency

Modified: trunk/cluster/src/etc/farm-service.xml
===================================================================
--- trunk/cluster/src/etc/farm-service.xml	2006-10-31 06:02:41 UTC (rev 57940)
+++ trunk/cluster/src/etc/farm-service.xml	2006-10-31 06:49:59 UTC (rev 57941)
@@ -15,8 +15,10 @@
     <depends optional-attribute-name="ClusterPartition"
        proxy-type="attribute">jboss:service=${jboss.partition.name:DefaultPartition}</depends>
    	
+   	<!-- TODO Why was this here?
     <depends>jboss.web:service=WebServer</depends>           
-
+	-->
+	
     <!-- Uncomment (and comment/remove version below) to enable usage of the
       DeploymentCache
     <depends optional-attribute-name="Deployer">jboss.deployment:type=DeploymentCache</depends>




More information about the jboss-cvs-commits mailing list