You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2012/05/30 08:03:02 UTC

svn commit: r1344112 - in /logging/log4j/trunk: pom.xml src/changes/changes.xml src/site/site.xml

Author: grobmeier
Date: Wed May 30 06:03:02 2012
New Revision: 1344112

URL: http://svn.apache.org/viewvc?rev=1344112&view=rev
Log:
made use of mavens fludio skin

Modified:
    logging/log4j/trunk/pom.xml
    logging/log4j/trunk/src/changes/changes.xml
    logging/log4j/trunk/src/site/site.xml

Modified: logging/log4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=1344112&r1=1344111&r2=1344112&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Wed May 30 06:03:02 2012
@@ -440,7 +440,7 @@ target platform and specify -Dntdll_targ
         <artifactId>maven-site-plugin</artifactId>
         <version>3.1</version>
         <configuration>
-          <templateFile>${basedir}/src/site/maven-site.vm</templateFile>
+          <!--<templateFile>${basedir}/src/site/maven-site.vm</templateFile>-->
           <excludeDefaults>true</excludeDefaults>
         </configuration>
         <executions>

Modified: logging/log4j/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=1344112&r1=1344111&r2=1344112&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Wed May 30 06:03:02 2012
@@ -21,7 +21,8 @@
   </properties>
   <body>
     <release version="1.2.18" date="2012-??-??" description="Maintenance release">
-       <action issue="49359" action="update" dev="grobmeier">Log4j site should have some mention of git mirroring </action>
+       <action action="update" dev="grobmeier">Made use of Mavens Fludio Skin</action>
+       <action issue="49359" action="update" dev="grobmeier">Log4j site should have some mention of git mirroring</action>
        <action issue="49077" action="remove" dev="grobmeier">Prepare smaller jar omitting LF5 and Chainsaw 1</action>
        <action issue="53315" action="fix" dev="ggregory" due-to="Ville Skyttä">[PATCH] PropertyConfigurator javadoc fixes.</action>
        <action issue="51361" action="fix" dev="ggregory" due-to="Gil Cottle">Inheritance spelled "inheritence" in documentation.</action>

Modified: logging/log4j/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/site/site.xml?rev=1344112&r1=1344111&r2=1344112&view=diff
==============================================================================
--- logging/log4j/trunk/src/site/site.xml (original)
+++ logging/log4j/trunk/src/site/site.xml Wed May 30 06:03:02 2012
@@ -16,55 +16,72 @@
 
 -->
 <project name="Apache log4j 1.2">
-  <bannerLeft>
-    <name>Apache Logging Services Project</name>
-    <src>images/ls-logo.jpg</src>
-    <href>http://logging.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <name>Apache log4j™</name>
-    <src>images/logo.jpg</src>
-    <href>http://logging.apache.org/log4j</href>
-  </bannerRight>  
-  <body>
-    <breadcrumbs>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Logging Services" href="http://logging.apache.org/"/>
-      <item name="log4j" href="http://logging.apache.org/log4j/"/>
-      <item name="1.2"  href="http://logging.apache.org/log4j/1.2/"/>
-    </breadcrumbs>
-  
-	<menu name="About log4j 1.2">
-	   <item name="What is log4j?" href="/index.html"/>
-       <item name="Download" href="/download.html"/>
-	   <item name="FAQ" href="/faq.html"/>
-	   <item name="Roadmap" href="/roadmap.html"/>
-	</menu>
-
-	<menu name="Community">
-		<item name="Mailing Lists" href="/mail-lists.html"/>
-		<item name="Issue Tracking" href="/issue-tracking.html"/>
-		<item name="Blog" href="http://blogs.apache.org/logging/"/>
-	</menu>
-	
-	<menu name="Documentation">
-		<item name="Introduction" href="/manual.html"/>
-		<item name="JavaDoc" href="/apidocs/index.html"/>
-		<item name="Publications" href="/publications.html"/>
-        <item name="Building" href="/building.html"/>
-		<item name="Wiki" href="http://wiki.apache.org/logging-log4j"/>
-	</menu>
-	
-    <menu ref="reports"/> 
-    
-	<menu name="Apache">
-		<item name="Home" href="http://www.apache.org"/>	
-   	<item name="License" href="http://www.apache.org/licenses"/>	
-		<item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
-		<item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
-		<item name="Security" href="http://www.apache.org/security/"/>		
-		<item name="Conferences" href="http://www.apachecon.com"/>
-	</menu>
-	
-  </body>
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.2.1</version>
+    </skin>
+    <custom>
+        <fluidoSkin>
+            <topBarEnabled>false</topBarEnabled>
+            <sideBarEnabled>true</sideBarEnabled>
+            <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
+        </fluidoSkin>
+    </custom>
+    <bannerLeft>
+        <name>Apache Logging Services Project</name>
+        <src>images/ls-logo.jpg</src>
+        <href>http://logging.apache.org/</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache log4j™</name>
+        <src>images/logo.jpg</src>
+        <href>http://logging.apache.org/log4j</href>
+    </bannerRight>
+    <body>
+        <breadcrumbs>
+            <item name="Apache" href="http://www.apache.org/"/>
+            <item name="Logging Services" href="http://logging.apache.org/"/>
+            <item name="log4j" href="http://logging.apache.org/log4j/"/>
+            <item name="1.2" href="http://logging.apache.org/log4j/1.2/"/>
+        </breadcrumbs>
+
+        <menu name="About log4j 1.2">
+            <item name="What is log4j?" href="/index.html"/>
+            <item name="Download" href="/download.html"/>
+            <item name="FAQ" href="/faq.html"/>
+            <item name="Roadmap" href="/roadmap.html"/>
+        </menu>
+
+        <menu name="Community">
+            <item name="Mailing Lists" href="/mail-lists.html"/>
+            <item name="Issue Tracking" href="/issue-tracking.html"/>
+            <item name="Blog" href="http://blogs.apache.org/logging/"/>
+        </menu>
+
+        <menu name="Documentation">
+            <item name="Introduction" href="/manual.html"/>
+            <item name="JavaDoc" href="/apidocs/index.html"/>
+            <item name="Publications" href="/publications.html"/>
+            <item name="Building" href="/building.html"/>
+            <item name="Wiki" href="http://wiki.apache.org/logging-log4j"/>
+        </menu>
+
+        <menu ref="reports"/>
+
+        <menu name="Apache">
+            <item name="Home" href="http://www.apache.org"/>
+            <item name="License" href="http://www.apache.org/licenses"/>
+            <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
+            <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+            <item name="Security" href="http://www.apache.org/security/"/>
+            <item name="Conferences" href="http://www.apachecon.com"/>
+        </menu>
+        <footer>
+            <p> Apache log4j, Apache Extras Companion for Apache log4j, Apache, the Apache feather logo,
+                the Apache Logging Services project logo, the log4j logo, and the Built by Maven logo are
+                trademarks of The Apache Software Foundation. Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+                Other names may be trademarks of their respective owners.</p>
+        </footer>
+    </body>
 </project>