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/04/18 12:42:23 UTC

svn commit: r529962 - in /incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd: Include.xsd Interop.xsd

Author: slaws
Date: Wed Apr 18 03:42:21 2007
New Revision: 529962

URL: http://svn.apache.org/viewvc?view=rev&rev=529962
Log:
Changed the includes to be relative to the including WSDL. See TUSCANY-1217

Modified:
    incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Include.xsd
    incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Interop.xsd

Modified: incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Include.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Include.xsd?view=diff&rev=529962&r1=529961&r2=529962
==============================================================================
--- incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Include.xsd (original)
+++ incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Include.xsd Wed Apr 18 03:42:21 2007
@@ -21,7 +21,7 @@
         targetNamespace="http://www.apache.org/tuscany/interop" 
         xmlns:tns="http://www.apache.org/tuscany/interop">
  
-  <include schemaLocation="SimpleTypeWithName.xsd"/> 
+  <include schemaLocation="../xsd/SimpleTypeWithName.xsd"/> 
       
   <!-- top level test type -->       
   <complexType name="IncludeComplexType">

Modified: incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Interop.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Interop.xsd?view=diff&rev=529962&r1=529961&r2=529962
==============================================================================
--- incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Interop.xsd (original)
+++ incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/xsd/Interop.xsd Wed Apr 18 03:42:21 2007
@@ -83,7 +83,7 @@
   <include schemaLocation="ComplexTypeWithAbstract.xsd"/>
   <include schemaLocation="ComplexTypeWithCDATA.xsd"/>
 -->
-  <include schemaLocation="ComplexTypeWithContent.xsd"/>
+  <include schemaLocation="../xsd/ComplexTypeWithContent.xsd"/>
 <!--
   <include schemaLocation="ComplexTypeWithMixed.xsd"/>
   <include schemaLocation="ComplexTypeWithOpenAttributes.xsd"/>
@@ -114,7 +114,7 @@
   <include schemaLocation="Import.xsd"/>
   <include schemaLocation="ImportedSchema.xsd"/>
  -->
-  <include schemaLocation="Include.xsd"/>
+  <include schemaLocation="../xsd/Include.xsd"/>
 <!--
   <include schemaLocation="Notation.xsd"/>
   <include schemaLocation="SDOJavaPackage.xsd"/>
@@ -123,7 +123,7 @@
   <include schemaLocation="SimpleTypeWithInstanceClass.xsd"/>
   <include schemaLocation="SimpleTypeWithList.xsd"/>
 -->
-  <include schemaLocation="SimpleTypeWithName.xsd"/>
+  <include schemaLocation="../xsd/SimpleTypeWithName.xsd"/>
 <!--
   <include schemaLocation="SimpleTypeWithSDOName.xsd"/>
   <include schemaLocation="SimpleTypeWithUnion.xsd"/>



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