Author: amilas Date: Thu Mar 4 15:58:47 2010 New Revision: 919041 URL: http://svn.apache.org/viewvc?rev=919041&view=rev Log: fixed a spelling mistake.
Modified: axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java 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=919041&r1=919040&r2=919041&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 Thu Mar 4 15:58:47 2010 @@ -83,7 +83,7 @@ wsdl2code.arg46= \t\t\t -EbindingFileName <path> (for jaxbri) - specify the file path for the episode file 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= -uom <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 +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 ################## prop file loader ################################# propfileload.frameworkMismatch=Number of frameworks and extension names do not match! Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java?rev=919041&r1=919040&r2=919041&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java (original) +++ axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java Thu Mar 4 15:58:47 2010 @@ -88,7 +88,7 @@ String EXCLUDE_PAKAGES_OPTION_LONG = "exclude-packages"; String SKELTON_INTERFACE_NAME_OPTION = "sin"; String SKELTON_INTERFACE_NAME_OPTION_LONG = "skelton-interface-name"; - String USE_OPERATION_NAME = "uom"; + String USE_OPERATION_NAME = "uon"; String USE_OPERATION_NAME_LONG = "use-operation-name"; String SKELTON_CLASS_NAME_OPTION = "scn"; String SKELTON_CLASS_NAME_OPTION_LONG = "skelton-class-name";