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:05:17 UTC

[turbine-fulcrum-testcontainer] 01/02: Update .gitignore and clean up site

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-testcontainer.git

commit ec542dce73ec09608807f4d3f0b2f1956bba7471
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Dec 14 12:08:18 2021 +0100

    Update .gitignore and clean up site
---
 .gitignore        |  1 +
 src/site/site.xml | 14 +-------------
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index d20bf2a..b02bd60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 target/
+.settings/
 *.log
 .classpath
 .project
diff --git a/src/site/site.xml b/src/site/site.xml
index c3d4eb5..a41a50f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -20,23 +20,11 @@
 <project  name="Fulcrum Test Container">
   <version position="left" />
   <publishDate format="dd MMM yyyy"/>
-  
-   <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>  
   <menu ref="reports"></menu>
   </body>           
-  <custom>
-      <fluidoSkin>
-        <topBarEnabled>false</topBarEnabled>
-        <sideBarEnabled>true</sideBarEnabled>
-      </fluidoSkin>
-  </custom>  
+
 </project>