Author: bjohnson
Date: Tue Sep 25 14:26:44 2007
New Revision: 579389
URL: http://svn.apache.org/viewvc?rev=579389&view=rev
Log:
The extension schemas should include based on the deploy dir structure, not the
source dir
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-implementation-cpp.xsd
incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-interface-cpp.xsd
incubator/tuscany/cpp/sca/runtime/extensions/php/xsd/sca-implementation-php.xsd
incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-implementation-python.xsd
incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-interface-python.xsd
incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-binding-rest.xsd
incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-interface-rest.xsd
incubator/tuscany/cpp/sca/runtime/extensions/ruby/xsd/sca-implementation-ruby.xsd
incubator/tuscany/cpp/sca/runtime/extensions/sca/xsd/sca-binding-sca.xsd
incubator/tuscany/cpp/sca/runtime/extensions/ws/xsd/sca-binding-webservice.xsd
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-implementation-cpp.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-implementation-cpp.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
---
incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-implementation-cpp.xsd
(original)
+++
incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-implementation-cpp.xsd
Tue Sep 25 14:26:44 2007
@@ -23,7 +23,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"></include>
<element name="implementation.cpp" type="sca:CPPImplementation"
substitutionGroup="sca:implementation"/>
<complexType name="CPPImplementation">
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-interface-cpp.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-interface-cpp.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-interface-cpp.xsd
(original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/cpp/xsd/sca-interface-cpp.xsd
Tue Sep 25 14:26:44 2007
@@ -23,7 +23,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"/>
<element name="interface.cpp" type="sca:CPPInterface"
substitutionGroup="sca:interface"/>
<complexType name="CPPInterface">
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/php/xsd/sca-implementation-php.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/php/xsd/sca-implementation-php.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
---
incubator/tuscany/cpp/sca/runtime/extensions/php/xsd/sca-implementation-php.xsd
(original)
+++
incubator/tuscany/cpp/sca/runtime/extensions/php/xsd/sca-implementation-php.xsd
Tue Sep 25 14:26:44 2007
@@ -23,7 +23,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"/>
<element name="implementation.php" type="sca:PHPImplementation"
substitutionGroup="sca:implementation"/>
<complexType name="PHPImplementation">
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-implementation-python.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-implementation-python.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
---
incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-implementation-python.xsd
(original)
+++
incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-implementation-python.xsd
Tue Sep 25 14:26:44 2007
@@ -23,7 +23,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"/>
<element name="implementation.python" type="sca:PythonImplementation"
substitutionGroup="sca:implementation"/>
<complexType name="PythonImplementation">
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-interface-python.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-interface-python.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
---
incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-interface-python.xsd
(original)
+++
incubator/tuscany/cpp/sca/runtime/extensions/python/xsd/sca-interface-python.xsd
Tue Sep 25 14:26:44 2007
@@ -23,7 +23,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"/>
<element name="interface.python" type="sca:PythonInterface"
substitutionGroup="sca:interface"/>
<complexType name="PythonInterface">
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-binding-rest.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-binding-rest.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-binding-rest.xsd
(original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-binding-rest.xsd
Tue Sep 25 14:26:44 2007
@@ -19,7 +19,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"/>
<element name="binding.rest" type="sca:RESTBinding"
substitutionGroup="sca:binding"/>
<complexType name="RESTBinding">
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-interface-rest.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-interface-rest.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
---
incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-interface-rest.xsd
(original)
+++
incubator/tuscany/cpp/sca/runtime/extensions/rest/xsd/sca-interface-rest.xsd
Tue Sep 25 14:26:44 2007
@@ -23,7 +23,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"/>
<element name="interface.rest" type="sca:RESTInterface"
substitutionGroup="sca:interface"/>
<complexType name="RESTInterface">
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/ruby/xsd/sca-implementation-ruby.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ruby/xsd/sca-implementation-ruby.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
---
incubator/tuscany/cpp/sca/runtime/extensions/ruby/xsd/sca-implementation-ruby.xsd
(original)
+++
incubator/tuscany/cpp/sca/runtime/extensions/ruby/xsd/sca-implementation-ruby.xsd
Tue Sep 25 14:26:44 2007
@@ -23,7 +23,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"/>
<element name="implementation.ruby" type="sca:RubyImplementation"
substitutionGroup="sca:implementation"/>
<complexType name="RubyImplementation">
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/sca/xsd/sca-binding-sca.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/sca/xsd/sca-binding-sca.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/sca/xsd/sca-binding-sca.xsd
(original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/sca/xsd/sca-binding-sca.xsd
Tue Sep 25 14:26:44 2007
@@ -23,7 +23,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"/>
<element name="binding.sca" type="sca:SCABinding"
substitutionGroup="sca:binding"/>
<complexType name="SCABinding">
Modified:
incubator/tuscany/cpp/sca/runtime/extensions/ws/xsd/sca-binding-webservice.xsd
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/xsd/sca-binding-webservice.xsd?rev=579389&r1=579388&r2=579389&view=diff
==============================================================================
---
incubator/tuscany/cpp/sca/runtime/extensions/ws/xsd/sca-binding-webservice.xsd
(original)
+++
incubator/tuscany/cpp/sca/runtime/extensions/ws/xsd/sca-binding-webservice.xsd
Tue Sep 25 14:26:44 2007
@@ -23,7 +23,7 @@
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
elementFormDefault="qualified">
- <include schemaLocation="../../../../runtime/core/xsd/sca-core.xsd"/>
+ <include schemaLocation="../../../xsd/sca-core.xsd"/>
<element name="binding.ws" type="sca:WebServiceBinding"
substitutionGroup="sca:binding"/>
<complexType name="WebServiceBinding">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]