Author: dkulp
Date: Tue Mar 25 11:12:27 2008
New Revision: 640922
URL: http://svn.apache.org/viewvc?rev=640922&view=rev
Log:
Merged revisions 640448 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r640448 | dkulp | 2008-03-24 11:47:19 -0400 (Mon, 24 Mar 2008) | 2 lines
Fixup some formatting stuff with the generated wrapper beans
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust.vm
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust_embed.vm
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/wrapperbean.vm
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust.vm
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust.vm?rev=640922&r1=640921&r2=640922&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust.vm
(original)
+++
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust.vm
Tue Mar 25 11:12:27 2008
@@ -16,7 +16,7 @@
## under the License.
<!--
* This is a jaxb external customization binding file
- * was generated by the CXF $version
+ * was generated by $fullversion
* $currentdate
* Generated source version: $version
*
Modified:
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust_embed.vm
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust_embed.vm?rev=640922&r1=640921&r2=640922&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust_embed.vm
(original)
+++
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/date_type_cust_embed.vm
Tue Mar 25 11:12:27 2008
@@ -16,7 +16,7 @@
## under the License.
<!--
* This is a jaxb external customization binding file
- * was generated by the CXF $version
+ * was generated by $fullversion
* $currentdate
* Generated source version: $version
*
Modified:
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/wrapperbean.vm
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/wrapperbean.vm?rev=640922&r1=640921&r2=640922&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/wrapperbean.vm
(original)
+++
incubator/cxf/branches/2.0.x-fixes/tools/javato/ws/src/main/java/org/apache/cxf/tools/java2wsdl/generator/wsdl11/wrapperbean.vm
Tue Mar 25 11:12:27 2008
@@ -22,10 +22,9 @@
#end
/**
- * This class was generated by the CXF $version
+ * This class was generated by $fullversion
* $currentdate
* Generated source version: $version
- *
*/
#foreach ($annotation in $bean.Annotations)
@@ -42,12 +41,11 @@
#end
#foreach ($method in $bean.Methods)
- public ${method.return.ClassName} ${method.Name}
(#if($method.ParameterListWithoutAnnotation.size() == 0))#end
#if($method.ParameterListWithoutAnnotation.size() != 0) #foreach ($param in
${method.ParameterListWithoutAnnotation}) $param #end ) #end
- {
- #foreach ($exp in $method.JavaCodeBlock.Expressions)
- $exp
- #end
-}
+ public ${method.return.ClassName}
${method.Name}(#if($method.ParameterListWithoutAnnotation.size() ==
0))#else#foreach($param in
${method.ParameterListWithoutAnnotation})${param}#end) #end {
+#foreach ($exp in $method.JavaCodeBlock.Expressions)
+ $exp
+#end
+ }
#end
}