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-security.git
commit 14452e5f13f497a56c6dc31a669cdaf8c6424a44 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Dec 14 11:43:21 2021 +0100 Remove duplicate custom/skin setting (since Turbone Parent 10 --- api/src/site/site.xml | 11 ----------- hibernate/src/site/site.xml | 13 +------------ src/site/site.xml | 13 +------------ torque/src/site/site.xml | 13 +------------ 4 files changed, 3 insertions(+), 47 deletions(-) diff --git a/api/src/site/site.xml b/api/src/site/site.xml index 78f58b8..1f4c489 100644 --- a/api/src/site/site.xml +++ b/api/src/site/site.xml @@ -19,20 +19,9 @@ --> <project name="Fulcrum Security API"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> <body> </body> - <custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> </project> diff --git a/hibernate/src/site/site.xml b/hibernate/src/site/site.xml index fa156d8..1acd020 100644 --- a/hibernate/src/site/site.xml +++ b/hibernate/src/site/site.xml @@ -18,19 +18,8 @@ under the License. --> <project name="Fulcrum Security Hibernate Implementation"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> <body> </body> - -<custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> + </project> diff --git a/src/site/site.xml b/src/site/site.xml index 632001a..269b4d1 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,11 +19,6 @@ --> <project name="Fulcrum Security"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> <body> <menu name="Overview" inherit="top"> @@ -37,12 +32,6 @@ <item name="Example" href="example.html"/> <item name="Tasks" href="tasks.html"/> </menu> -</body> -<custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> +</body> </project> diff --git a/torque/src/site/site.xml b/torque/src/site/site.xml index e8f43a7..d73349d 100644 --- a/torque/src/site/site.xml +++ b/torque/src/site/site.xml @@ -19,20 +19,9 @@ --> <project name="Fulcrum Security Torque Implementation"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> <body> </body> - -<custom> - <fluidoSkin> - <topBarEnabled>false</topBarEnabled> - <sideBarEnabled>true</sideBarEnabled> - </fluidoSkin> - </custom> + </project>
