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/01/03 17:20:10 UTC

svn commit: r1226849 - in /maven/skins/trunk/maven-fluido-skin/src: it/mskins-23/src/site/ main/resources/META-INF/maven/ main/resources/images/profiles/ media/ site/apt/

Author: simonetripodi
Date: Tue Jan  3 16:20:10 2012
New Revision: 1226849

URL: http://svn.apache.org/viewvc?rev=1226849&view=rev
Log:
[MSKINS-23] 'graveyard' background replaced by 'retired'

Added:
    maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/retired.png   (with props)
    maven/skins/trunk/maven-fluido-skin/src/media/retired.svg   (with props)
Removed:
    maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/graveyard.png
    maven/skins/trunk/maven-fluido-skin/src/media/graveyard.svg
Modified:
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-23/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/main/resources/images/profiles/pre-release.png
    maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/sandbox.png
    maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm

Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-23/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-23/src/site/site.xml?rev=1226849&r1=1226848&r2=1226849&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/mskins-23/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-23/src/site/site.xml Tue Jan  3 16:20:10 2012
@@ -34,7 +34,7 @@
   <!-- START SNIPPET: skin-custom-config -->
   <custom>
     <fluidoSkin>
-      <profile>sandbox</profile>
+      <profile>retired</profile>
     </fluidoSkin>
   </custom>
   <!-- END SNIPPET: skin-custom-config -->

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=1226849&r1=1226848&r2=1226849&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 Tue Jan  3 16:20:10 2012
@@ -585,7 +585,7 @@
 
     #set ( $profile = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'profile' ).getValue() )
 
-    #if ( $profile.equalsIgnoreCase( "graveyard" )
+    #if ( $profile.equalsIgnoreCase( "retired" )
           || $profile.equalsIgnoreCase( "pre-release" )
           || $profile.equalsIgnoreCase( "sandbox" ) )
       <style>body{background-image: url('$relativePath/images/profiles/${profile}.png');}</style>

Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/pre-release.png
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/pre-release.png?rev=1226849&r1=1226848&r2=1226849&view=diff
==============================================================================
Binary files - no diff available.

Added: maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/retired.png
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/retired.png?rev=1226849&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/retired.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/sandbox.png
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/images/profiles/sandbox.png?rev=1226849&r1=1226848&r2=1226849&view=diff
==============================================================================
Binary files - no diff available.

Added: maven/skins/trunk/maven-fluido-skin/src/media/retired.svg
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/media/retired.svg?rev=1226849&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/skins/trunk/maven-fluido-skin/src/media/retired.svg
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: maven/skins/trunk/maven-fluido-skin/src/media/retired.svg
------------------------------------------------------------------------------
    svn:mime-type = image/svg+xml

Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1226849&r1=1226848&r2=1226849&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Tue Jan  3 16:20:10 2012
@@ -206,7 +206,7 @@ ${project.name}
  * Production
  * Pre-release
  * Sandbox
- * Graveyard
+ * Graveyard (retired projects)
 
  Users can configure different backgrounds depending on the project status (except the production) to warrant users they
  are not using a production ready software:
@@ -216,7 +216,7 @@ ${project.name}
   [...]
   <custom>
     <fluidoSkin>
-      <profile>(pre-release|sandbox|graveyard)</profile>
+      <profile>(pre-release|sandbox|retired)</profile>
     </fluidoSkin>
   </custom>
   [...]