You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/01/10 14:04:47 UTC

[turbine-fulcrum-pool] 01/03: Remove duplicate custom/skin setting (since Turbone Parent 10

This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git

commit cbc42d2c1bb2647fd3b08a12b9b0d84b77b60759
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Dec 14 11:43:20 2021 +0100

    Remove duplicate custom/skin setting (since Turbone Parent 10
---
 src/site/site.xml | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 6c86f9d..c0c874c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,23 +21,12 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
   name="Fulcrum Pool">
-  
-   <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.9</version>
-  </skin>
+
   
   <body>
     <menu name="Overview">
       <item name="Main"                 href="/index.html"/>
     </menu>
   </body>
-  
-  <custom>
-      <fluidoSkin>
-        <topBarEnabled>false</topBarEnabled>
-        <sideBarEnabled>true</sideBarEnabled>
-      </fluidoSkin>
-  </custom> 
+ 
 </project>