You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/08/25 17:18:07 UTC

svn commit: r1377309 - in /maven/skins/trunk/maven-fluido-skin: pom.xml src/it/mskins-22_topbar/ src/it/mskins-22_topbar/src/site/site.xml src/main/resources/META-INF/maven/site.vm src/site/site.xml

Author: simonetripodi
Date: Sat Aug 25 15:18:07 2012
New Revision: 1377309

URL: http://svn.apache.org/viewvc?rev=1377309&view=rev
Log:
[MSKINS-65] When topbar enabled, it hides the GitHub ribbon

Added:
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/
      - copied from r1377300, maven/skins/trunk/maven-fluido-skin/src/it/mskins-22/
Modified:
    maven/skins/trunk/maven-fluido-skin/pom.xml
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml
    maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
    maven/skins/trunk/maven-fluido-skin/src/site/site.xml

Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1377309&r1=1377308&r2=1377309&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Sat Aug 25 15:18:07 2012
@@ -413,6 +413,21 @@
                 </configuration>
               </execution>
               <execution>
+                <id>copy-mskins-22_topbar</id>
+                <phase>site</phase>
+                <goals>
+                  <goal>copy-resources</goal>
+                </goals>
+                <configuration>
+                  <resources>
+                    <resource>
+                      <directory>${project.build.directory}/it/mskins-22_topbar/target/site/</directory>
+                    </resource>
+                  </resources>
+                  <outputDirectory>${project.build.directory}/site/mskins-22_topbar/</outputDirectory>
+                </configuration>
+              </execution>
+              <execution>
                 <id>copy-mskins-23</id>
                 <phase>site</phase>
                 <goals>

Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml?rev=1377309&r1=1377300&r2=1377309&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml Sat Aug 25 15:18:07 2012
@@ -34,6 +34,8 @@
   <!-- START SNIPPET: skin-custom-config -->
   <custom>
     <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
       <gitHub>
         <projectId>99soft/backport-spi</projectId>
         <ribbonOrientation>right</ribbonOrientation>

Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1377309&r1=1377308&r2=1377309&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Sat Aug 25 15:18:07 2012
@@ -603,7 +603,7 @@
     #end
 
     <a href="http://github.com/$gitHubProjectId">
-      <img style="position: absolute; top: 0; $ribbonOrientation: 0; border: 0; z-index: 100;"
+      <img style="position: absolute; top: 0; $ribbonOrientation: 0; border: 0; z-index: 10000;"
         src="https://s3.amazonaws.com/github/ribbons/$ribbon.get( $ribbonColor )"
         alt="Fork me on GitHub">
     </a>

Modified: maven/skins/trunk/maven-fluido-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/site.xml?rev=1377309&r1=1377308&r2=1377309&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/site.xml Sat Aug 25 15:18:07 2012
@@ -67,6 +67,7 @@ under the License.
       <item name="MSKINS-21" href="./mskins-21/index.html"/>
       <item name="MSKINS-22" href="./mskins-22/index.html"/>
       <item name="MSKINS-22 (default)" href="./mskins-22_default/index.html"/>
+      <item name="MSKINS-22 (topbar)" href="./mskins-22_topbar/index.html"/>
       <item name="MSKINS-23" href="./mskins-23/index.html"/>
       <item name="MSKINS-24" href="./mskins-24/index.html"/>
       <item name="MSKINS-24 (topbar)" href="./mskins-24_topbar/index.html"/>