You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2013/08/22 21:38:17 UTC

svn commit: r1516555 - in /maven/skins/trunk/maven-fluido-skin/src/it: mskins-72/src/site/apt/index.apt.vm mskins-72/src/site/site.xml mskins-75/src/site/site.xml

Author: michaelo
Date: Thu Aug 22 19:38:17 2013
New Revision: 1516555

URL: http://svn.apache.org/r1516555
Log:
- Improved title case
- Removed superfluous config from IT site.xml files

Modified:
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/apt/index.apt.vm
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/site.xml
    maven/skins/trunk/maven-fluido-skin/src/it/mskins-75/src/site/site.xml

Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/apt/index.apt.vm?rev=1516555&r1=1516554&r2=1516555&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/apt/index.apt.vm (original)
+++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/apt/index.apt.vm Thu Aug 22 19:38:17 2013
@@ -12,6 +12,6 @@ ${project.name}
  the css class <<<pull-right>>>.
  ${skinDescription}
 
-* Actual configuration
+* Actual Configuration
 
 %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}

Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/site.xml?rev=1516555&r1=1516554&r2=1516555&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-72/src/site/site.xml Thu Aug 22 19:38:17 2013
@@ -42,42 +42,4 @@
   <publishDate format="yyyy-MM-dd" position="right" />
   <version position="right" />
 
-  <body>
-    <breadcrumbs>
-      <item name="skins" href="/skins/"/>
-      <item name="${skinArtifactId}" href="/skins/${skinArtifactId}/"/>
-    </breadcrumbs>
-
-    <menu name="Overview">
-      <item name="Introduction" href="index.html"/>
-    </menu>
-
-    <menu ref="reports"/>
-
-    <footer>
-      <div class="row-fluid">Apache Maven, Apache @project.name@, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-      <div class="row-fluid">
-        <div class="span4">
-          <address>
-            <strong>The Apache Software Foundation</strong><br/>
-            <i>Dept. 9660</i><br/>
-            <i>Los Angeles, CA 90084-9660</i><br/>
-            <i>USA</i><br/>
-            <abbr title="Fax">Fax:</abbr> <i>+1.919.573.9199</i>
-          </address>
-        </div>
-        <div class="span4">
-          <address>
-            <strong>The Apache Software Foundation</strong><br/>
-            <i>1901 Munsey Drive</i><br/>
-            <i>Forest Hill, MD 21050-2747</i><br/>
-            <i>USA</i><br/>
-            <a href="mailto:apache at apache dot org">apache at apache dot org</a>
-          </address>
-        </div>
-      </div>
-    </footer>
-  </body>
-
 </project>

Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-75/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-75/src/site/site.xml?rev=1516555&r1=1516554&r2=1516555&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/it/mskins-75/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-75/src/site/site.xml Thu Aug 22 19:38:17 2013
@@ -45,4 +45,10 @@
   <publishDate format="yyyy-MM-dd" position="right" />
   <version position="right" />
 
+  <body>
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+    </menu>
+  </body>
+
 </project>