You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/12/22 17:31:53 UTC

svn commit: r1721427 - in /axis/axis2/java/core/trunk/src/site: resources/css/ resources/images/breadcrumbs-bg.gif resources/images/h2-bg.gif resources/images/home-top.gif resources/images/leftcolumn-bg.gif resources/images/menu-back.gif site.xml

Author: veithen
Date: Tue Dec 22 16:31:53 2015
New Revision: 1721427

URL: http://svn.apache.org/viewvc?rev=1721427&view=rev
Log:
Kill the custom site layout and instead use maven-fluido-skin. Reason: in a multi-module build where submodules contribute to the site, the only way to have a consistent style would be to create a site skin, but that would be an overkill.

Removed:
    axis/axis2/java/core/trunk/src/site/resources/css/
    axis/axis2/java/core/trunk/src/site/resources/images/breadcrumbs-bg.gif
    axis/axis2/java/core/trunk/src/site/resources/images/h2-bg.gif
    axis/axis2/java/core/trunk/src/site/resources/images/home-top.gif
    axis/axis2/java/core/trunk/src/site/resources/images/leftcolumn-bg.gif
    axis/axis2/java/core/trunk/src/site/resources/images/menu-back.gif
Modified:
    axis/axis2/java/core/trunk/src/site/site.xml

Modified: axis/axis2/java/core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/site.xml?rev=1721427&r1=1721426&r2=1721427&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/site.xml (original)
+++ axis/axis2/java/core/trunk/src/site/site.xml Tue Dec 22 16:31:53 2015
@@ -19,12 +19,10 @@
   -->
 
 <project name="Apache Axis2">
-    <!-- Explicitly set the skin to avoid the issue described in MNG-3139,
-         which may occur sporadically -->
     <skin>
         <groupId>org.apache.maven.skins</groupId>
-        <artifactId>maven-default-skin</artifactId>
-        <version>1.0</version>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.4</version>
     </skin>
     <bannerLeft>
         <name>Apache Axis2</name>