Author: crossley
Date: Fri Nov 11 15:33:10 2005
New Revision: 332677

URL: http://svn.apache.org/viewcvs?rev=332677&view=rev
Log:
Avoid FOR-721 "entries without labels in site.xml are now being crawled and 
generated"
The reason that this entry was here, was to enable linking to it,
but not show it in the menu. Then we stopped linking to it, but forgot
to remove it from site.xml file. Recently FOR-721 started happening,
and suddenly the old document is being built. This change avoids that.

Modified:
    forrest/trunk/site-author/content/xdocs/site.xml

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?rev=332677&r1=332676&r2=332677&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Fri Nov 11 15:33:10 2005
@@ -287,7 +287,6 @@
             <faq-v13-dtd label="faq-v13" href="../dtdx/faq-v13.dtdx.html"/>
           </dtd-docs-container>
           <samples-container label="Doc samples">
-            <document-v11 href="../dtdx/document-v11.html"/>
             <document-v12 href="../dtdx/document-v12.html"/>
             <document-v13 label="document-v13" 
href="../dtdx/document-v13.html"/>
             <document-v20 label="document-v20" 
href="../dtdx/document-v20.html"/>
@@ -406,7 +405,6 @@
             <faq-v13-dtd label="faq-v13" href="../dtdx/faq-v13.dtdx.html"/>
           </dtd-docs-container>
           <samples-container label="Doc samples">
-            <document-v11 href="../dtdx/document-v11.html"/>
             <document-v12 href="../dtdx/document-v12.html"/>
             <document-v13 label="document-v13" 
href="../dtdx/document-v13.html"/>
             <document-v20 label="document-v20" 
href="../dtdx/document-v20.html"/>
@@ -504,7 +502,6 @@
             <faq-v13-dtd label="faq-v13" href="../dtdx/faq-v13.dtdx.html"/>
           </dtd-docs-container>
           <samples-container label="Doc samples">
-            <document-v11 href="../dtdx/document-v11.html"/>
             <document-v12 href="../dtdx/document-v12.html"/>
             <document-v13 label="document-v13" 
href="../dtdx/document-v13.html"/>
             <document-v20 label="document-v20" 
href="../dtdx/document-v20.html"/>


Reply via email to