You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2006/11/15 22:52:02 UTC

svn commit: r475444 - /tapestry/tapestry4/trunk/src/site/site.xml

Author: andyhot
Date: Wed Nov 15 13:52:02 2006
New Revision: 475444

URL: http://svn.apache.org/viewvc?view=rev&rev=475444
Log:
Define the modules section manually

Modified:
    tapestry/tapestry4/trunk/src/site/site.xml

Modified: tapestry/tapestry4/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/site.xml?view=diff&rev=475444&r1=475443&r2=475444
==============================================================================
--- tapestry/tapestry4/trunk/src/site/site.xml (original)
+++ tapestry/tapestry4/trunk/src/site/site.xml Wed Nov 15 13:52:02 2006
@@ -162,8 +162,14 @@
             </item>
             
         </menu>
-        
-        <menu ref="modules" />
+                
+        <menu name="Modules">
+            <item name="Tapestry Core" href="/tapestry-framework/index.html" />
+            <item name="Contrib Library" href="/tapestry-contrib/index.html" />
+            <item name="Annotations" href="/tapestry-annotations/index.html" />
+            <item name="Portlet Support" href="/tapestry-portlet/index.html" />
+            <item name="Examples" href="/tapestry-examples/index.html" />
+        </menu>
         
         ${reports} 
     </body>