You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2012/12/15 23:17:30 UTC

svn commit: r1422385 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/appdev/project.xml webapps/docs/architecture/project.xml webapps/docs/config/project.xml webapps/docs/funcspecs/project.xml webapps/docs/project.xml webapps/docs/tribes/project.xml

Author: rjung
Date: Sat Dec 15 22:17:29 2012
New Revision: 1422385

URL: http://svn.apache.org/viewvc?rev=1422385&view=rev
Log:
Make docs menues consistent in the
various levels.

Backport of r1417463 from trunk.

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

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

Modified: tomcat/tc7.0.x/trunk/webapps/docs/appdev/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/appdev/project.xml?rev=1422385&r1=1422384&r2=1422385&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/appdev/project.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/appdev/project.xml Sat Dec 15 22:17:29 2012
@@ -29,6 +29,8 @@
 
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
+        <item name="App Dev Guide Home"    href="index.html"/>
+        <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
     </menu>
 
     <menu name="Contents">

Modified: tomcat/tc7.0.x/trunk/webapps/docs/architecture/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/architecture/project.xml?rev=1422385&r1=1422384&r2=1422385&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/architecture/project.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/architecture/project.xml Sat Dec 15 22:17:29 2012
@@ -29,6 +29,8 @@
 
     <menu name="Links">
         <item name="Docs Home"             href="../index.html" />
+        <item name="Architecture Home"     href="index.html"/>
+        <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
     </menu>
 
     <menu name="Contents">

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=1422385&r1=1422384&r2=1422385&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/project.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/project.xml Sat Dec 15 22:17:29 2012
@@ -30,6 +30,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
         <item name="Config Ref. Home"      href="index.html"/>
+        <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
     </menu>
 
     <menu name="Top Level Elements">

Modified: tomcat/tc7.0.x/trunk/webapps/docs/funcspecs/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/funcspecs/project.xml?rev=1422385&r1=1422384&r2=1422385&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/funcspecs/project.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/funcspecs/project.xml Sat Dec 15 22:17:29 2012
@@ -29,6 +29,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
         <item name="Functional Specs"      href="index.html"/>
+        <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
     </menu>
 
     <menu name="Administrative Apps">

Modified: tomcat/tc7.0.x/trunk/webapps/docs/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/project.xml?rev=1422385&r1=1422384&r2=1422385&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/project.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/project.xml Sat Dec 15 22:17:29 2012
@@ -93,6 +93,7 @@
         <item name="Developers"            href="developers.html"/>
         <item name="Architecture"          href="architecture/index.html" />
         <item name="Functional Specs."     href="funcspecs/index.html"/>
+        <item name="Tribes"                href="tribes/index.html"/>
     </menu>
 
     </body>

Modified: tomcat/tc7.0.x/trunk/webapps/docs/tribes/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/tribes/project.xml?rev=1422385&r1=1422384&r2=1422385&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/tribes/project.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/tribes/project.xml Sat Dec 15 22:17:29 2012
@@ -27,6 +27,7 @@
 
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
+        <item name="Tribes Docs Home"      href="index.html"/>
         <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
     </menu>
 



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