Author: ema
Date: Wed Jul 25 23:03:19 2007
New Revision: 559699

URL: http://svn.apache.org/viewvc?view=rev&rev=559699
Log:
CXF-840 applied patch from Glen, spelling fixes for error messages in tools 
directory.

Modified:
    
incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/Messages.properties
    
incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/model/Messages.properties

Modified: 
incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/Messages.properties?view=diff&rev=559699&r1=559698&r2=559699
==============================================================================
--- 
incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/Messages.properties
 Wed Jul 25 23:03:19 2007
@@ -25,8 +25,8 @@
 PARAMETER_MISSING = Required parameter is missing
 
 
-FAIL_TO_INITIALIZE_VELOCITY_ENGINE = Fail to initialize velocity engine
-TEMPLATE_MISSING = Can not find velocity template file: {0}
-VELOCITY_ENGINE_WRITE_ERRORS = velocity engine write errors
+FAIL_TO_INITIALIZE_VELOCITY_ENGINE = Failed to initialize velocity engine
+TEMPLATE_MISSING = Could not find Velocity template file: {0}
+VELOCITY_ENGINE_WRITE_ERRORS = Velocity engine write errors
 FAIL_TO_WRITE_FILE = Failed to write file: {0}
-FAIL_TO_COMPILE_GENERATE_CODES = Fail to compile generated code
\ No newline at end of file
+FAIL_TO_COMPILE_GENERATE_CODES = Failed to compile generated code

Modified: 
incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/model/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/model/Messages.properties?view=diff&rev=559699&r1=559698&r2=559699
==============================================================================
--- 
incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/model/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/model/Messages.properties
 Wed Jul 25 23:03:19 2007
@@ -18,12 +18,11 @@
 #    under the License.
 #
 #
-PARAMETER_ALREADY_EXIST = Parameter : {0} already exist in the wsdl model
-CREATE_JAXBRICONTEXT_EXCEPTION = Fail to create jaxbRIContext
-FAIL_TO_CREATE_WSDL_DEFINITION = Fail to create wsdl definition in WSDLModel
-FAIL_TO_CREATE_JAVA_PARAMETER = Fail to create java parameter for part [{0}] 
in method [{1}]  , this wsdl is invalide, please use wsdlvalidator tool to 
validate this wsdl
-FAIL_TO_CREATE_JAVA_OUTPUT_PARAMETER = Fail to create java return paramter for 
part [{0}] in method [{1}]  , this wsdl is invalide, please use wsdlvalidator 
tool to validate this wsdl
-
+PARAMETER_ALREADY_EXIST = Parameter: {0} already exists in the wsdl model
+CREATE_JAXBRICONTEXT_EXCEPTION = Failed to create jaxbRIContext
+FAIL_TO_CREATE_WSDL_DEFINITION = Failed to create wsdl definition in WSDLModel
+FAIL_TO_CREATE_JAVA_PARAMETER = Failed to create java parameter for part [{0}] 
in method [{1}] - this wsdl is invalid, please use the wsdlvalidator tool to 
validate this wsdl
+FAIL_TO_CREATE_JAVA_OUTPUT_PARAMETER = Failed to create java return paramter 
for part [{0}] in method [{1}] -  this wsdl is invalid, please use the 
wsdlvalidator tool to validate this wsdl
 
 
 


Reply via email to