dion 2003/10/14 08:23:21
Added: nsis/xdocs goals.xml navigation.xml properties.xml
Log:
Auto genned docs
Revision Changes Path
1.1 maven-plugins/nsis/xdocs/goals.xml
Index: goals.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven NSIS Plug-in Goals</title>
</properties>
<body>
<goals>
<goal>
<name>nsis</name>
<description>Generate NSIS Installer .exe</description>
</goal>
<goal>
<name>nsis:generate-project</name>
<description>Generate NSIS project.nsh file</description>
</goal>
<goal>
<name>nsis:generate-setup</name>
<description>Generate NSIS .nsi file</description>
</goal>
<goal>
<name>nsis:installer</name>
<description>Generate NSIS .exe file</description>
</goal>
</goals>
</body>
</document>
1.1 maven-plugins/nsis/xdocs/navigation.xml
Index: navigation.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project name="Maven NSIS Plug-in">
<title>Maven NSIS Plug-in</title>
<body>
<links>
<item href="http://maven.apache.org/" name="Maven">
</item>
</links>
<menu name="Overview">
<item href="/goals.html" name="Goals">
</item>
<item href="/properties.html" name="Properties">
</item>
</menu>
</body>
</project>
1.1 maven-plugins/nsis/xdocs/properties.xml
Index: properties.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven NSIS Plug-in Properties</title>
</properties>
<body>
<section name="Maven NSIS Plug-in Settings">
<table>
<tr>
<th>Property</th>
<th>Optional?</th>
<th>Description</th>
</tr>
<tr>
<td>maven.nsis.logo</td>
<td>Yes</td>
<td>
<p>Default value is
<code>
</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.license.text</td>
<td>Yes</td>
<td>
<p>Default value is
<code>This program is Licensed under The Apache Software License,
Version 1.1.</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.setup.template</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${plugin.resources}/templates/setup.jelly</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.logo.position</td>
<td>Yes</td>
<td>
<p>Default value is
<code>left</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.exe</td>
<td>Yes</td>
<td>
<p>Default value is
<code>C:/Program Files/NSIS/makensis.exe</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.logo.widthHeight</td>
<td>Yes</td>
<td>
<p>Default value is
<code>
</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.src</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${basedir}/src/nsis</code>.</p>
</td>
</tr>
<tr>
<td>maven.nsis.project.template</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${plugin.resources}/templates/project.jelly</code>.</p>
</td>
</tr>
</table>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]