You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/03/09 04:52:06 UTC

svn commit: r635153 - /webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml

Author: dims
Date: Sat Mar  8 19:52:04 2008
New Revision: 635153

URL: http://svn.apache.org/viewvc?rev=635153&view=rev
Log:
Fix for AXIS2-3410 - WSDL2CODE maven plugin not generating ports

Modified:
    webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml?rev=635153&r1=635152&r2=635153&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_3/maven-plugins/maven-wsdl2code-plugin.xml Sat Mar  8 19:52:04 2008
@@ -174,9 +174,15 @@
 <td>portName</td>
 <td>${axis2.wsdl2code.portName}</td>
 <td>Port name, for which sources are being generated. By default,
-sources are generated for all ports.</td>
+sources are generated for a randomly picked port.</td>
 <td></td>
 </tr>
+    <tr>
+    <td>allPorts</td>
+    <td>${axis2.wsdl2code.allPorts}</td>
+    <td>Set this to true to generate code for all ports.</td>
+    <td>false</td>
+    </tr>
 <tr>
 <td>serviceName</td>
 <td>${axis2.wsdl2code.serviceName}</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org