Author: veithen
Date: Fri May 15 20:37:19 2009
New Revision: 775318
URL: http://svn.apache.org/viewvc?rev=775318&view=rev
Log:
Added missing end tag in xdoc.
Modified:
webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml
Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml?rev=775318&r1=775317&r2=775318&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml
(original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml
Fri May 15 20:37:19 2009
@@ -224,7 +224,8 @@
<td>${axis2.wsdl2code.unwrap}</td>
<td>This will select between wrapped and unwrapped during code generation.
Maps to the -uw option of the command line tool.</td>
-<td>false</td>
+<td>false</td>
+</tr>
</tbody>
</table>
</body>
|