You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/02 17:00:40 UTC

svn commit: r617819 - /myfaces/orchestra/trunk/maven/src/site/site.xml

Author: skitching
Date: Sat Feb  2 08:00:40 2008
New Revision: 617819

URL: http://svn.apache.org/viewvc?rev=617819&view=rev
Log:
Make menus inheritable by child sites

Modified:
    myfaces/orchestra/trunk/maven/src/site/site.xml

Modified: myfaces/orchestra/trunk/maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/src/site/site.xml?rev=617819&r1=617818&r2=617819&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/src/site/site.xml (original)
+++ myfaces/orchestra/trunk/maven/src/site/site.xml Sat Feb  2 08:00:40 2008
@@ -53,7 +53,7 @@
             <item name="Download"       href="http://myfaces.apache.org/download.html"/>
         </menu>
 
-        <menu name="MyFaces Projects">
+        <menu name="MyFaces Projects" inherit="top">
             <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
               <item name="API1"          href="http://myfaces.apache.org/core11/myfaces-api/index.html"/>
               <item name="Impl"         href="http://myfaces.apache.org/core11/myfaces-impl/index.html"/>
@@ -70,21 +70,21 @@
             <item name="Portlet Bridge" href="http://myfaces.apache.org/portlet-bridge/index.html"/>
         </menu>
 
-        <menu name="MyFaces Orchestra">
+        <menu name="MyFaces Orchestra" inherit="top">
             <item name="Download" href="download.html"/>
             <item name="Wiki" href="http://wiki.apache.org/myfaces/Orchestra" />
         </menu>
 
-        <menu name="MyFaces Orchestra - Modules">
+        <menu name="MyFaces Orchestra - Modules" inherit="top">
             <item name="Core" href="myfaces-orchestra-core/index.html"/>
             <item name="Core15" href="myfaces-orchestra-core15/index.html"/>
             <item name="Sandbox" href="myfaces-orchestra-sandbox/index.html"/>
             <item name="Examples" href="myfaces-orchestra-examples-project/index.html"/>
         </menu>
 
-        <menu ref="reports" inherit="top"/>
+        <menu ref="reports"/>
 
-        <menu name="Foundation">
+        <menu name="Foundation" inherit="bottom">
             <item name="ASF"            href="http://www.apache.org/" />
             <item name="Sponsorship"    href="http://www.apache.org/foundation/sponsorship.html" />
             <item name="Thanks"         href="http://www.apache.org/foundation/thanks.html" />