You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/04/27 05:07:26 UTC

svn commit: r1590337 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/project.xml

Author: kkolinko
Date: Sun Apr 27 03:07:26 2014
New Revision: 1590337

URL: http://svn.apache.org/r1590337
Log:
Merged r1590302 from tomcat/trunk:
Move filters into their own menu section in Documentation webapp.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/config/project.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1590302

Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/project.xml?rev=1590337&r1=1590336&r2=1590337&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/project.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/project.xml Sun Apr 27 03:07:26 2014
@@ -79,8 +79,11 @@
         <item name="ClusterListener"       href="cluster-listener.html"/>
     </menu>
 
-    <menu name="Other">
+    <menu name="web.xml">
         <item name="Filter"                href="filter.html"/>
+    </menu>
+
+    <menu name="Other">
         <item name="System properties"     href="systemprops.html"/>
     </menu>
   </body>



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