From: dion g. <dio...@us...> - 2005-11-15 06:40:29
|
diongillard 05/11/14 22:40:24 Modified: was5/xdocs properties.xml Log: fix td/th typo Revision Changes Path 1.15 +4 -4 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- properties.xml 15 Nov 2005 06:32:06 -0000 1.14 +++ properties.xml 15 Nov 2005 06:40:24 -0000 1.15 @@ -532,12 +532,12 @@ </td> </tr> <tr> - <th>maven.was5.installApp.ear</th> - <th>Yes</th> - <th> + <td>maven.was5.installApp.ear</td> + <td>Yes</td> + <td> The location of the ear file on the server to install. Defaults to ${maven.build.dir}/${maven.final.name}.ear - </th> + </td> </tr> <tr> <td>maven.was5.installApp.host</td> |