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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 6 00:10:27 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-09-06 00:10:26 -0400 (Thu, 06 Sep 2007)
New Revision: 65133

Modified:
   trunk/tomcat/src/resources/war-deployers-all-beans.xml
   trunk/tomcat/src/resources/war-deployers-beans.xml
Log:
formatting (remove tabs) and no real change

Modified: trunk/tomcat/src/resources/war-deployers-all-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-all-beans.xml	2007-09-06 00:49:07 UTC (rev 65132)
+++ trunk/tomcat/src/resources/war-deployers-all-beans.xml	2007-09-06 04:10:26 UTC (rev 65133)
@@ -12,11 +12,11 @@
                    factoryMethod="newClassLoader">
          <parameter class="java.net.URI">${jboss.server.home.url}/deployers/jbossweb.deployer/</parameter>
          <parameter>
-         	<array class="[Ljava.lang.String;" elementClass="java.lang.String">
-	         	<value>*.jar</value>
-	         	<value>jsf-libs/*.jar</value>
-         	</array>
-         	</parameter>
+            <array class="[Ljava.lang.String;" elementClass="java.lang.String">
+               <value>*.jar</value>
+               <value>jsf-libs/*.jar</value>
+            </array>
+            </parameter>
       </constructor>
    </bean>
    -->
@@ -139,7 +139,7 @@
       *******************************************************
       *******************************************************
       -->
-		
+      
       <!--
       If you are using clustering, the following two propertys
       define when the sessions are replicated to the other nodes.
@@ -148,8 +148,8 @@
       "SnapshotInterval" property is not used.
       The "interval" mode, in association with the "SnapshotInterval"
       property, indicates that modified sessions will only be replicated
-      every "SnapshotInterval" milliseconds at most.	
-		
+      every "SnapshotInterval" milliseconds at most.   
+      
       Note that this property is not in effect if the replication-granularity
       is set to FIELD. If it is FIELD, it will be per http request (that is, 
       "instant" mode.)
@@ -171,10 +171,10 @@
       <property name="useJK">false</property>
 
       <property name="domain">jboss.web</property>
-		<property name="securityManagerService">
-			<inject bean="jboss.security:service=JaasSecurityManager" />
-	   </property>
-	  <!-- TODO determine how to express this dependency 
+      <property name="securityManagerService">
+         <inject bean="jboss.security:service=JaasSecurityManager" />
+      </property>
+     <!-- TODO determine how to express this dependency 
       <depends>jboss.cache:service=TomcatClusteringCache</depends>
       -->
       

Modified: trunk/tomcat/src/resources/war-deployers-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-beans.xml	2007-09-06 00:49:07 UTC (rev 65132)
+++ trunk/tomcat/src/resources/war-deployers-beans.xml	2007-09-06 04:10:26 UTC (rev 65133)
@@ -12,11 +12,11 @@
                    factoryMethod="newClassLoader">
          <parameter class="java.net.URI">${jboss.server.home.url}/deployers/jbossweb.deployer/</parameter>
          <parameter>
-         	<array class="[Ljava.lang.String;" elementClass="java.lang.String">
-	         	<value>*.jar</value>
-	         	<value>jsf-libs/*.jar</value>
-         	</array>
-         	</parameter>
+            <array class="[Ljava.lang.String;" elementClass="java.lang.String">
+               <value>*.jar</value>
+               <value>jsf-libs/*.jar</value>
+            </array>
+            </parameter>
       </constructor>
    </bean>
    -->
@@ -166,7 +166,7 @@
       *******************************************************
       *******************************************************
       -->
-		
+      
       <!--
       If you are using clustering, the following two propertys
       define when the sessions are replicated to the other nodes.
@@ -175,8 +175,8 @@
       "SnapshotInterval" property is not used.
       The "interval" mode, in association with the "SnapshotInterval"
       property, indicates that modified sessions will only be replicated
-      every "SnapshotInterval" milliseconds at most.	
-		
+      every "SnapshotInterval" milliseconds at most.   
+      
       Note that this property is not in effect if the replication-granularity
       is set to FIELD. If it is FIELD, it will be per http request (that is, 
       "instant" mode.)
@@ -198,9 +198,9 @@
       <property name="useJK">false</property>
 
       <property name="domain">jboss.web</property>
-		<property name="securityManagerService">
-			<inject bean="jboss.security:service=JaasSecurityManager" />
-	   </property>
+      <property name="securityManagerService">
+         <inject bean="jboss.security:service=JaasSecurityManager" />
+      </property>
       
       <depends>jboss:service=TransactionManager</depends>
       <depends>SecurityDeployer</depends>




More information about the jboss-cvs-commits mailing list