You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/11/22 19:28:08 UTC

svn commit: r1037823 - in /cxf/branches/2.2.x-fixes: ./ rt/ws/security/src/test/resources/DoubleIt.wsdl

Author: dkulp
Date: Mon Nov 22 18:28:08 2010
New Revision: 1037823

URL: http://svn.apache.org/viewvc?rev=1037823&view=rev
Log:
Merged revisions 1037801 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes

................
  r1037801 | dkulp | 2010-11-22 12:54:33 -0500 (Mon, 22 Nov 2010) | 9 lines
  
  Merged revisions 1037489 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r1037489 | gmazza | 2010-11-21 11:06:04 -0500 (Sun, 21 Nov 2010) | 2 lines
    
    Wrong form of integer used.
  ........
................

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/rt/ws/security/src/test/resources/DoubleIt.wsdl

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/rt/ws/security/src/test/resources/DoubleIt.wsdl
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/ws/security/src/test/resources/DoubleIt.wsdl?rev=1037823&r1=1037822&r2=1037823&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/rt/ws/security/src/test/resources/DoubleIt.wsdl (original)
+++ cxf/branches/2.2.x-fixes/rt/ws/security/src/test/resources/DoubleIt.wsdl Mon Nov 22 18:28:08 2010
@@ -29,14 +29,14 @@
          <xsd:element name="DoubleIt">
             <xsd:complexType>
                <xsd:sequence>
-                  <xsd:element name="numberToDouble" type="xsd:integer"/>
+                  <xsd:element name="numberToDouble" type="xsd:int"/>
                </xsd:sequence>
             </xsd:complexType>
          </xsd:element>
          <xsd:element name="DoubleItResponse">
             <xsd:complexType>
                <xsd:sequence>
-                  <xsd:element name="doubledNumber" type="xsd:integer" />
+                  <xsd:element name="doubledNumber" type="xsd:int" />
                </xsd:sequence>
             </xsd:complexType>
          </xsd:element>