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 ch...@apache.org on 2008/06/25 07:58:12 UTC

svn commit: r671438 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties

Author: charitha
Date: Tue Jun 24 22:58:12 2008
New Revision: 671438

URL: http://svn.apache.org/viewvc?rev=671438&view=rev
Log:
Corrected some typo errors

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

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties?rev=671438&r1=671437&r2=671438&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties Tue Jun 24 22:58:12 2008
@@ -61,7 +61,7 @@
 wsdl2code.arg24=  -xsdconfig <file path>   Use XMLBeans .xsdconfig file. Valid only with -d xmlbeans.
 wsdl2code.arg25=  -ap                      Generate code for all ports
 wsdl2code.arg26=  -or                      Overwrite the existing classes
-wsdl2code.arg27=  -b                       Generate Axis 1.x backword compatible code.
+wsdl2code.arg27=  -b                       Generate Axis 1.x backward compatible code.
 wsdl2code.arg28=  -sp                      Suppress namespace prefixes (Optimzation that reduces size of soap request/response)
 wsdl2code.arg29=  -E<key> <value>          Extra configuration options specific to certain databindings. Examples:
 wsdl2code.arg30=                           \t\t\t   -Ebindingfile <path>                   (for jibx) - specify the file path for the binding file
@@ -76,10 +76,10 @@
 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        Proxy host address if you are behind a firewall
-wsdl2code.arg42=  --http-proxy-port        Proxy prot address if you are behind a firewall
-wsdl2code.arg43=  -ep                      Exclude packages - these packages are deleted after codegeneration
-wsdl2code.arg44=  -sin                     Skelton interface name - used to specify a name for skelton interface other than the default one 
-wsdl2code.arg45=  -scn                     Skelton class name - used to specify a name for skelton class other than the default one
+wsdl2code.arg42=  --http-proxy-port        Proxy port address if you are behind a firewall
+wsdl2code.arg43=  -ep                      Exclude packages - these packages are deleted after code generation
+wsdl2code.arg44=  -sin                     Skeleton interface name - used to specify a name for skeleton interface other than the default one 
+wsdl2code.arg45=  -scn                     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
 
 ################## prop file loader #################################