You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jg...@apache.org on 2005/05/03 13:50:25 UTC

svn commit: r167899 - /geronimo/trunk/modules/assembly/src/plan/j2ee-server-tomcat-plan.xml

Author: jgenender
Date: Tue May  3 04:50:25 2005
New Revision: 167899

URL: http://svn.apache.org/viewcvs?rev=167899&view=rev
Log:
Fixed space on line 182

Modified:
    geronimo/trunk/modules/assembly/src/plan/j2ee-server-tomcat-plan.xml

Modified: geronimo/trunk/modules/assembly/src/plan/j2ee-server-tomcat-plan.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/src/plan/j2ee-server-tomcat-plan.xml?rev=167899&r1=167898&r2=167899&view=diff
==============================================================================
--- geronimo/trunk/modules/assembly/src/plan/j2ee-server-tomcat-plan.xml (original)
+++ geronimo/trunk/modules/assembly/src/plan/j2ee-server-tomcat-plan.xml Tue May  3 04:50:25 2005
@@ -182,7 +182,7 @@
     </gbean>
 
     <!-- Valve -->
-    <! -- Uncomment this section to add a valve chain.  This example consists of the Tomcat
+    <!-- Uncomment this section to add a valve chain.  This example consists of the Tomcat
           SingleSignOn and AccessLogValve. Notice the dependency that chains the FirstValve with the
           SecondValve.  The valves will be added in the order that they are chained.
     <gbean name="FirstValve" class="org.apache.geronimo.tomcat.ValveGBean">