git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114154 13f79535-47bb-0310-9956-ffa450edef68
23 lines
538 B
XML
23 lines
538 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<author email="u95mb@yahoo.co.uk">Michael Brown</author>
|
|
<title>Documentation</title>
|
|
</properties>
|
|
<body>
|
|
<section name="Documentation">
|
|
<p>Here is some documentation.</p>
|
|
<subsection name="Specifications">
|
|
<ul>
|
|
<li><a href="docs/hello.doc">Hello</a></li>
|
|
</ul>
|
|
</subsection>
|
|
<subsection name="Miscellaneous">
|
|
<ul>
|
|
<li><a href="docs/Blah.doc">Blah</a></li>
|
|
</ul>
|
|
</subsection>
|
|
</section>
|
|
</body>
|
|
</document>
|