maven-plugins/jbuilder/xdocs/properties.xml
2003-05-04 18:26:15 +00:00

41 lines
956 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>JBuilder Properties</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<section name="JBuilder Settings">
<table>
<tr>
<th>Property</th>
<th>Optional?</th>
<th>Description</th>
</tr>
<tr>
<td>maven.juilder.docpath</td>
<td>Yes</td>
<td>
<p>
Location of documentation used by JBuilder.
Default : target/jbuilder-doc
</p>
</td>
</tr>
<tr>
<td>maven.juilder.outpath</td>
<td>Yes</td>
<td>
<p>
Location of output directory used by JBuilder for classes.
Default : target/jbuilder-classes
</p>
</td>
</tr>
</table>
</section>
</body>
</document>