Author: kkolinko
Date: Wed Mar  3 14:08:02 2010
New Revision: 918479

URL: http://svn.apache.org/viewvc?rev=918479&view=rev
Log:
Add generated TOC,
replacing manual TOC if it was present earlier

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml
    tomcat/tc6.0.x/trunk/webapps/docs/appdev/processes.xml
    tomcat/tc6.0.x/trunk/webapps/docs/appdev/source.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/executor.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/globalresources.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/loader.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/resources.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/service.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-objects.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-opers.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-default.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-invoker.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-memory-realm.xml
    tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/mbean-names.xml
    tomcat/tc6.0.x/trunk/webapps/docs/tribes/introduction.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml Wed Mar  3 14:08:02 
2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Background">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/processes.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/processes.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/appdev/processes.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/appdev/processes.xml Wed Mar  3 14:08:02 
2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Development Processes">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/source.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/source.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/appdev/source.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/appdev/source.xml Wed Mar  3 14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Directory Structure">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml Wed Mar  3 14:08:02 2010
@@ -31,6 +31,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-channel.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   The cluster channel is the main component of a small framework we've 
nicknamed Apache Tribes.<br/>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-deployer.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   <p>This goober is currently pretty broken, but we are working hard to fix 
it</p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   <p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-listener.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   <p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   <p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-membership.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   <p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-receiver.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   <p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-sender.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   <p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-valve.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   <p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster.xml Wed Mar  3 14:08:02 
2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
   <p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Wed Mar  3 14:08:02 
2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/engine.xml Wed Mar  3 14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/executor.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/executor.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/executor.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/executor.xml Wed Mar  3 14:08:02 
2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/globalresources.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/globalresources.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/globalresources.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/globalresources.xml Wed Mar  3 
14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml Wed Mar  3 14:08:02 2010
@@ -31,6 +31,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Wed Mar  3 14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/listeners.xml Wed Mar  3 14:08:02 
2010
@@ -28,6 +28,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/loader.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/loader.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/loader.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/loader.xml Wed Mar  3 14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml Wed Mar  3 14:08:02 
2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/realm.xml Wed Mar  3 14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/resources.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/resources.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/resources.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/resources.xml Wed Mar  3 14:08:02 
2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/server.xml Wed Mar  3 14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/service.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/service.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/service.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/service.xml Wed Mar  3 14:08:02 
2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml Wed Mar  3 
14:08:02 2010
@@ -28,6 +28,10 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
+
 <section name="Introduction">
   <p>The follow sections list the system properties that may be set to modify
   the default Tomcat behaviour.</p>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml Wed Mar  3 14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Introduction">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml Wed Mar  3 
14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Overview">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-objects.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-objects.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-objects.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-objects.xml Wed Mar  3 
14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Administered Objects Overview">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-opers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-opers.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-opers.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-admin-opers.xml Wed Mar  3 
14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Supported Operations Overview">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-default.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-default.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-default.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-default.xml Wed Mar  3 
14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Overview">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-invoker.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-invoker.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-invoker.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-invoker.xml Wed Mar  3 
14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Overview">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jdbc-realm.xml Wed Mar  3 
14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Overview">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-jndi-realm.xml Wed Mar  3 
14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Overview">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-memory-realm.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-memory-realm.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-memory-realm.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/fs-memory-realm.xml Wed Mar  3 
14:08:02 2010
@@ -30,6 +30,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Overview">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/mbean-names.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/mbean-names.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/mbean-names.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/mbean-names.xml Wed Mar  3 
14:08:02 2010
@@ -31,6 +31,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Background">
 

Modified: tomcat/tc6.0.x/trunk/webapps/docs/tribes/introduction.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/tribes/introduction.xml?rev=918479&r1=918478&r2=918479&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/tribes/introduction.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/tribes/introduction.xml Wed Mar  3 
14:08:02 2010
@@ -29,6 +29,9 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
 
 <section name="Quick Start">
 



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

Reply via email to