bsaltysiak 05/05/21 11:36:50
Added: flash/xdocs navigation.xml reports.xml
Log:
improved site navigation
Revision Changes Path
1.1 maven-plugins/flash/xdocs/navigation.xml
Index: navigation.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven Flash Plugin">
<title>Maven Flash Plugin</title>
<body>
<links>
<item name="Maven" href="http://maven.apache.org/turbine/maven/"/>
<item name="Flash" href="http://www.macromedia.com/"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html" />
<item name="Properties" href="/properties.html" />
<item name="Reports" href="/reports.html" />
<item name="Release Notes" href="/changes-report.html" />
</menu>
</body>
</project>
1.1 maven-plugins/flash/xdocs/reports.xml
Index: reports.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Maven Flash Plug-in Reports</title>
<author email="by...@sa...">Byron Saltysiak</author>
</properties>
<body>
<section name="Reports">
<table>
<tr><th>Report</th><th>Description</th></tr>
<tr>
<td>maven-flash-docs-plugin</td>
<td>
<p>
Report runs the flash:docs goal and puts the results into the ${basedir}/target/docs/flashdocs/ directory.
</p>
</td>
</tr>
</table>
</section>
</body>
</document>
|