Author: dennisl
Date: Sun Mar 11 13:01:09 2007
New Revision: 517004

URL: http://svn.apache.org/viewvc?view=rev&rev=517004
Log:
o Add styling that was previously inherited from the parent.

Modified:
    maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml

Modified: maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml?view=diff&rev=517004&r1=517003&r2=517004
==============================================================================
--- maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml (original)
+++ maven/jxr/trunk/maven-jxr-plugin/src/site/site.xml Sun Mar 11 13:01:09 2007
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -18,6 +20,19 @@
 -->
 
 <project>
+  <bannerLeft>
+    <name>${project.name}</name>
+    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
+    <href>http://maven.apache.org/plugins/maven-jxr-plugin/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
+  </bannerRight>
+  <publishDate format="dd MMM yyyy" />
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+  </skin>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>


Reply via email to