You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/22 00:27:03 UTC

svn commit: r1341234 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml

Author: hboutemy
Date: Mon May 21 22:27:03 2012
New Revision: 1341234

URL: http://svn.apache.org/viewvc?rev=1341234&view=rev
Log:
sidebar is more convenient than topbar (same update as r1340832)

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml?rev=1341234&r1=1341233&r2=1341234&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml Mon May 21 22:27:03 2012
@@ -40,8 +40,8 @@ under the License.
 
   <custom>
     <fluidoSkin>
-      <topBarEnabled>true</topBarEnabled>
-      <sideBarEnabled>false</sideBarEnabled>
+      <topBarEnabled>false</topBarEnabled>
+      <sideBarEnabled>true</sideBarEnabled>
     </fluidoSkin>
   </custom>