You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2006/06/16 01:03:44 UTC

svn commit: r414700 - in /maven/plugins/trunk/maven-jxr-plugin/src/site: apt/howto.apt site.xml xdoc/

Author: bellingard
Date: Thu Jun 15 16:03:43 2006
New Revision: 414700

URL: http://svn.apache.org/viewvc?rev=414700&view=rev
Log:
Clean site documentation

Removed:
    maven/plugins/trunk/maven-jxr-plugin/src/site/xdoc/
Modified:
    maven/plugins/trunk/maven-jxr-plugin/src/site/apt/howto.apt
    maven/plugins/trunk/maven-jxr-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-jxr-plugin/src/site/apt/howto.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jxr-plugin/src/site/apt/howto.apt?rev=414700&r1=414699&r2=414700&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jxr-plugin/src/site/apt/howto.apt (original)
+++ maven/plugins/trunk/maven-jxr-plugin/src/site/apt/howto.apt Thu Jun 15 16:03:43 2006
@@ -12,7 +12,7 @@
  
 *Available Configuration Options
  
- You can refer to the {{{jxr-mojo.html}MOJO generated documentation}} to discover the different configuration options for this report.
+ You can refer to the {{{index.html} generated documentation}} to discover the different configuration options for this report.
 
 *How to Use
 

Modified: maven/plugins/trunk/maven-jxr-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jxr-plugin/src/site/site.xml?rev=414700&r1=414699&r2=414700&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jxr-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-jxr-plugin/src/site/site.xml Thu Jun 15 16:03:43 2006
@@ -1,9 +1,20 @@
 <project>
+  <bannerLeft>
+    <name>Maven Assembly Plugin</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-small.gif</src>
+  </bannerRight>
   <body>
+    <links>
+      <item name="Maven 2" href="http://maven.apache.org"/>
+    </links>
     <menu name="JXR QuickStart">
       <item name="Overview" href="howto.html"/>
-      <item name="Configuration Options" href="jxr-mojo.html"/>
-      <item name="JXR Sample Report" href="example/jxr.html"/>
+      <item name="JXR Sample Report" href="example/xref/index.html"/>
     </menu>
+    ${reports}
   </body>
 </project>