Author: rjung
Date: Tue Aug 24 13:21:02 2010
New Revision: 988528

URL: http://svn.apache.org/viewvc?rev=988528&view=rev
Log:
Remove unwanted line breaks from MBean descriptors.

Modified:
    tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml
    
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
    
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml

Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml?rev=988528&r1=988527&r2=988528&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml Tue Aug 24 13:21:02 2010
@@ -32,6 +32,9 @@
 <section name="Tomcat OACC 0.1 (rjung)">
   <subsection name="Cluster">
       <fix>
+        Remove unwanted line breaks from MBean descriptors. (rjung)
+      </fix>
+      <fix>
         Fix package name in info property. (rjung)
       </fix>
       <fix>

Modified: 
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml?rev=988528&r1=988527&r2=988528&view=diff
==============================================================================
--- 
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
 (original)
+++ 
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml
 Tue Aug 24 13:21:02 2010
@@ -109,8 +109,7 @@
             writeable="false"/>
 
     <attribute   name="algorithm"
-          description="The message digest algorithm to be used when generating
-                       session identifiers"
+          description="The message digest algorithm to be used when generating 
session identifiers"
                  type="java.lang.String"/>
 
     <attribute   name="randomFile"
@@ -153,8 +152,7 @@
                  type="int"/>
 
     <attribute   name="name"
-          description="The descriptive name of this Manager implementation
-                       (for logging)"
+          description="The descriptive name of this Manager implementation 
(for logging)"
                  type="java.lang.String"
             writeable="false"/>
 
@@ -407,7 +405,7 @@
     </operation>
 
     <operation name="expireAllLocalSessions"
-               description="Exipre all active local sessions and replicate the 
invalid sessions"
+               description="Expire all active local sessions and replicate the 
invalid sessions"
                impact="ACTION"
                returnType="void">
     </operation>

Modified: 
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml?rev=988528&r1=988527&r2=988528&view=diff
==============================================================================
--- 
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml
 (original)
+++ 
tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml
 Tue Aug 24 13:21:02 2010
@@ -110,13 +110,11 @@
                  
type="org.apache.catalina.cluster.tcp.SimpleTcpReplicationManager">
 
     <attribute   name="algorithm"
-          description="The message digest algorithm to be used when generating
-                       session identifiers"
+          description="The message digest algorithm to be used when generating 
session identifiers"
                  type="java.lang.String"/>
 
     <attribute   name="checkInterval"
-          description="The interval (in seconds) between checks for expired
-                       sessions"
+          description="The interval (in seconds) between checks for expired 
sessions"
                  type="int"/>
 
     <attribute   name="className"
@@ -125,14 +123,11 @@
             writeable="false"/>
 
     <attribute   name="distributable"
-          description="The distributable flag for Sessions created by this
-                       Manager"
+          description="The distributable flag for Sessions created by this 
Manager"
                  type="boolean"/>
 
     <attribute   name="entropy"
-          description="A String initialization parameter used to increase the
-                       entropy of the initialization of our random number
-                       generator"
+          description="A String initialization parameter used to increase the 
entropy of the initialization of our random number generator"
                  type="java.lang.String"/>
 
     <attribute   name="managedResource"
@@ -140,18 +135,15 @@
                  type="java.lang.Object"/>
 
     <attribute   name="maxActiveSessions"
-          description="The maximum number of active Sessions allowed, or -1
-                       for no limit"
+          description="The maximum number of active Sessions allowed, or -1 
for no limit"
                  type="int"/>
 
     <attribute   name="maxInactiveInterval"
-          description="The default maximum inactive interval for Sessions
-                       created by this Manager"
+          description="The default maximum inactive interval for Sessions 
created by this Manager"
                  type="int"/>
 
     <attribute   name="name"
-          description="The descriptive name of this Manager implementation
-                       (for logging)"
+          description="The descriptive name of this Manager implementation 
(for logging)"
                  type="java.lang.String"
             writeable="false"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to