CVS: jcontainer/loom/plugins/maven-sar/xdocs properties.xml,1.3,1.4
Peter Donald <pdonald-yCVjj/[email protected]> Sat, 29 Nov 2003 01:25:17 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/plugins/maven-sar/xdocs
In directory hogshead.codehaus.org:/tmp/cvs-serv20631/plugins/maven-sar/xdocs
Modified Files:
properties.xml
Log Message:
Upgrade to DNA rc2 and MetaClass rc2
Index: properties.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/plugins/maven-sar/xdocs/properties.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- properties.xml 8 Nov 2003 10:02:08 -0000 1.3
+++ properties.xml 29 Nov 2003 07:25:14 -0000 1.4
@@ -13,28 +13,28 @@
<tr>
<td>maven.sar.src</td>
<td>Yes</td>
- <td>Location of sar source in source tree.
+ <td>Location of sar source in source tree.
Defaults to <code>${maven.src.dir}</code>.
</td>
</tr>
<tr>
<td>maven.sar.assembly</td>
<td>Yes</td>
- <td>Location of the <code>assembly.xml</code> file.
+ <td>Location of the <code>assembly.xml</code> file.
Defaults to <code>${maven.sar.src}/conf/assembly.xml</code>.
</td>
</tr>
<tr>
<td>maven.sar.config</td>
<td>Yes</td>
- <td>Location of the <code>config.xml</code> file.
+ <td>Location of the <code>config.xml</code> file.
Defaults to <code>${maven.sar.src}/conf/config.xml</code>.
</td>
</tr>
<tr>
<td>maven.sar.environment</td>
<td>Yes</td>
- <td>Location of the <code>environment.xml</code> file.
+ <td>Location of the <code>environment.xml</code> file.
Defaults to <code>${maven.sar.src}/conf/environment.xml</code>.
</td>
</tr>
@@ -45,7 +45,7 @@
in alternative to the <code>logs</code> element in <code>environment.xml</code>
(which takes precedence over the logging configuration).
The recognised valid logging file names are:
- <code>log4j.properties</code>, <code>log4j.xml</code>,
+ <code>log4j.properties</code>, <code>log4j.xml</code>,
<code>logging.properties</code>, <code>excalibur-logger.xml</code>.
Has no default.
</td>
@@ -53,36 +53,8 @@
<tr>
<td>maven.sar.build.dir</td>
<td>Yes</td>
- <td>Directory where the sar will be generated.
+ <td>Directory where the sar will be generated.
Defaults to <code>${maven.build.dir}</code>.
- </td>
- </tr>
- <tr>
- <td>maven.sar.metagenerate</td>
- <td>Yes</td>
- <td>Boolean to metagenerate descriptors from source.
- Defaults to <code>false</code>.
- </td>
- </tr>
- <tr>
- <td>maven.sar.metagenerate.src</td>
- <td>Yes</td>
- <td>Directory of the metagenerate source.
- Defaults to <code>${maven.src.dir}/java</code>.
- </td>
- </tr>
- <tr>
- <td>maven.sar.metagenerate.include</td>
- <td>Yes</td>
- <td>Files to include in metagenerate source.
- Defaults to <code>**/*.java</code>. Files are relative to <code>${maven.sar.metagenerate.src}</code>.
- </td>
- </tr>
- <tr>
- <td>maven.sar.metagenerate.exclude</td>
- <td>Yes</td>
- <td>Files to exclude in metagenerate source.
- Defaults to none. Files are relative to <code>${maven.sar.metagenerate.src}</code>.
</td>
</tr>
<tr>