You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2011/09/23 12:27:15 UTC

svn commit: r1174634 - /axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties

Author: sagara
Date: Fri Sep 23 10:27:15 2011
New Revision: 1174634

URL: http://svn.apache.org/viewvc?rev=1174634&view=rev
Log:
Applied patch for AXIS2-4740.

Modified:
    axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties

Modified: axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties?rev=1174634&r1=1174633&r2=1174634&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties (original)
+++ axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties Fri Sep 23 10:27:15 2011
@@ -72,15 +72,15 @@ wsdl2code.arg34=                        
 wsdl2code.arg35=                           \t\t\t   -Ewdc (for xmlbeans) - Generate code with a dummy schema. if someone use this option
 wsdl2code.arg36=                           \t\t\t      they have to generate the xmlbeans code seperately with the scomp command comes with the
 wsdl2code.arg37=                           \t\t\t      xmlbeans distribution and replace the Axis2 generated classes with correct classes
-wsdl2code.arg38=  --noBuildXML             Don't generate the build.xml in the output directory
-wsdl2code.arg39=  --noWSDL                 Don't generate WSDL's in the resources directory
-wsdl2code.arg40=  --noMessageReceiver      Don't generate a MessageReceiver in the generated sources
-wsdl2code.arg41=  --http-proxy-host <host> Proxy host address if you are behind a firewall
-wsdl2code.arg42=  --http-proxy-port <port> Proxy port address if you are behind a firewall
-wsdl2code.arg43=  -ep <package-name-list>  Exclude packages - these packages are deleted after code generation
-wsdl2code.arg44=  -sin <interface-name>    Skeleton interface name - used to specify a name for skeleton interface other than the default one 
-wsdl2code.arg45=  -scn <class-name>        Skeleton class name - used to specify a name for skeleton class other than the default one
-wsdl2code.arg46=                           \t\t\t   -EbindingFileName <path>               (for jaxbri) - specify the file path for the episode file
+wsdl2code.arg38=                           \t\t\t   -EbindingFileName <path>               (for jaxbri) - specify the file path for the episode file
+wsdl2code.arg39=  --noBuildXML             Don't generate the build.xml in the output directory
+wsdl2code.arg40=  --noWSDL                 Don't generate WSDL's in the resources directory
+wsdl2code.arg41=  --noMessageReceiver      Don't generate a MessageReceiver in the generated sources
+wsdl2code.arg42=  --http-proxy-host <host> Proxy host address if you are behind a firewall
+wsdl2code.arg43=  --http-proxy-port <port> Proxy port address if you are behind a firewall
+wsdl2code.arg44=  -ep <package-name-list>  Exclude packages - these packages are deleted after code generation
+wsdl2code.arg45=  -sin <interface-name>    Skeleton interface name - used to specify a name for skeleton interface other than the default one
+wsdl2code.arg46=  -scn <class-name>        Skeleton class name - used to specify a name for skeleton class other than the default one
 wsdl2code.arg47=  -oaa <override-absolute-address>  -change the absolute http addresses to local file addresses generated by wsdl2java tool
 wsdl2code.arg48=  -ebc <exception-base-class>  -generated Exceptions are inherited from this exception rather than the java.lang.Exception class
 wsdl2code.arg49=  -uon <use-operation-name>  -by default the first letter of the generated method name changeed to lowercase. This option stops that and make it same as operation name