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

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

Author: olamy
Date: Mon May 14 08:10:00 2012
New Revision: 1338050

URL: http://svn.apache.org/viewvc?rev=1338050&view=rev
Log:
use fluido skin with topbar to have a fresh new look. I hope Herve will like it :-)

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/site/site.xml
    maven/plugin-tools/trunk/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=1338050&r1=1338049&r2=1338050&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 14 08:10:00 2012
@@ -22,6 +22,21 @@ under the License.
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.2.1</version>
+  </skin>
+
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
+    </fluidoSkin>
+  </custom>
+
+
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>

Modified: maven/plugin-tools/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/site.xml?rev=1338050&r1=1338049&r2=1338050&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/site.xml (original)
+++ maven/plugin-tools/trunk/src/site/site.xml Mon May 14 08:10:00 2012
@@ -20,6 +20,20 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.2.1</version>
+  </skin>
+
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
+    </fluidoSkin>
+  </custom>
+
   <body>
     <breadcrumbs>
       <item name="Plugin Tools" href="http://maven.apache.org/plugin-tools/index.html" />