Author: dkulp
Date: Fri Nov 16 08:21:23 2007
New Revision: 595722
URL: http://svn.apache.org/viewvc?rev=595722&view=rev
Log:
Merged revisions 595581 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r595581 | mmao | 2007-11-16 01:57:56 -0500 (Fri, 16 Nov 2007) | 3 lines
Fix typos, Thanks Glen
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/cxf/branches/2.0.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java?rev=595722&r1=595721&r2=595722&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WSDL2JavaMojo.java
Fri Nov 16 08:21:23 2007
@@ -73,8 +73,8 @@
WsdlOption wsdlOptions[];
/**
- * Use the compile classspath rather than the test classpath for execution
- * usefull if the test dependencies clash with thoes of wsdl2java
+ * Use the compile classpath rather than the test classpath for execution
+ * useful if the test dependencies clash with those of wsdl2java
* @parameter
*/
boolean useCompileClasspath;