Author: dennisl
Date: Tue Jul 11 16:07:08 2006
New Revision: 421022
URL: http://svn.apache.org/viewvc?rev=421022&view=rev
Log:
Fix xml syntax in site descriptor template.
Change the title in index.apt template.
Modified:
maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt
Modified:
maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt?rev=421022&r1=421021&r2=421022&view=diff
==============================================================================
---
maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt
(original)
+++
maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt
Tue Jul 11 16:07:08 2006
@@ -178,14 +178,14 @@
descriptor template.
+--------------+
- <body>
+ <body>
<links>
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
</links>
<menu name="Overview">
- <item name="Introduction" href="index.html">
- <item name="Goals" href="plugin-info.html">
+ <item name="Introduction" href="index.html"/>
+ <item name="Goals" href="plugin-info.html"/>
<item name="Usage" href="usage.html"/>
<item name="FAQ" href="faq.html"/>
</menu>
@@ -210,7 +210,7 @@
+--------------+
------
- Plugin Name: Overview
+ Introduction
------
Author
------