You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2007/03/20 14:42:16 UTC

svn commit: r520386 - /incubator/tuscany/branches/sca-java-integration/testing/sca/itest/databindings/common/src/main/resources/xsd/SimpleTypeWithName.xsd

Author: slaws
Date: Tue Mar 20 06:42:16 2007
New Revision: 520386

URL: http://svn.apache.org/viewvc?view=rev&rev=520386
Log:
TUSCANY-1184 Fix incorrect type name 

Modified:
    incubator/tuscany/branches/sca-java-integration/testing/sca/itest/databindings/common/src/main/resources/xsd/SimpleTypeWithName.xsd

Modified: incubator/tuscany/branches/sca-java-integration/testing/sca/itest/databindings/common/src/main/resources/xsd/SimpleTypeWithName.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/testing/sca/itest/databindings/common/src/main/resources/xsd/SimpleTypeWithName.xsd?view=diff&rev=520386&r1=520385&r2=520386
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/testing/sca/itest/databindings/common/src/main/resources/xsd/SimpleTypeWithName.xsd (original)
+++ incubator/tuscany/branches/sca-java-integration/testing/sca/itest/databindings/common/src/main/resources/xsd/SimpleTypeWithName.xsd Tue Mar 20 06:42:16 2007
@@ -31,6 +31,6 @@
     </sequence>
   </complexType>
                  
-  <element name="SimpleTypeWithName" type="tns:SimpleTypeWithComplexType"/>
+  <element name="SimpleTypeWithName" type="tns:SimpleTypeWithNameComplexType"/>
 
 </schema>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org