maven-plugins/jdee/xdocs/properties.xml
2003-04-08 08:02:20 +00:00

40 lines
1.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>JDEE Properties</title>
<author email="juergen@heidak.de">Juergen Heidak</author>
</properties>
<body>
<section name="Eclipse Settings">
<table>
<tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
<tr>
<td>maven.jdee.project.file</td>
<td>Yes</td>
<td>
The name of the generated file default is to <code>prj.el</code>.
<p>
The value of this property is used to determine the filename to
write the project information to. Furthermore the variable
<code>jde-project-name</code> is set (in the project file) to the
value of this property.
</p>
</td>
</tr>
<tr>
<td>maven.jdee.application.class</td>
<td>Yes</td>
<td>
The name of the class that starts the application. If this property
is defined the variable (in the project file)
<code>jde-run-application-class</code> is set to its value if
undefined the variable is left undefined too.
</td>
</tr>
</table>
</section>
</body>
</document>