You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2013/03/30 18:09:45 UTC

svn commit: r1462803 - /commons/sandbox/classscan/trunk/src/site/site.xml

Author: chas
Date: Sat Mar 30 17:09:44 2013
New Revision: 1462803

URL: http://svn.apache.org/r1462803
Log:
Remove inherited menus and use prebuilt 'modules' menu instead of explicit listing of modules

Modified:
    commons/sandbox/classscan/trunk/src/site/site.xml

Modified: commons/sandbox/classscan/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/classscan/trunk/src/site/site.xml?rev=1462803&r1=1462802&r2=1462803&view=diff
==============================================================================
--- commons/sandbox/classscan/trunk/src/site/site.xml (original)
+++ commons/sandbox/classscan/trunk/src/site/site.xml Sat Mar 30 17:09:44 2013
@@ -16,26 +16,15 @@
  limitations under the License.
 -->
 <project name="ClassScan">
-    <bannerRight>
-        <name>Commons ClassScan</name>
-        <src>/images/logo.png</src>
-        <href>/index.html</href>
-    </bannerRight>
-
-    <body>
-        <menu name="ClassScan">
-            <item name="Overview"        href="/index.html"/>
-            <item name="Users guide"     href="/userguide.html"/>
-            <item name="Api Module"     href="api"/>
-            <item name="BCEL Module"     href="bcel"/>
-        </menu>
-
-        <menu name="Development">
-            <item name="Building"             href="/building.html"/>
-            <item name="Mailing Lists"        href="/mail-lists.html"/>
-            <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
-        </menu>
-
-    </body>
-
+  
+  <bannerRight>
+    <name>Commons ClassScan</name>
+    <src>/images/logo.png</src>
+    <href>/index.html</href>
+  </bannerRight>
+  
+  <body>
+    <menu name="Modules" ref="modules"/>
+  </body>
+  
 </project>