diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 05:52:01 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 05:52:01 +0000 |
commit | 24e47ab8a07550ee60a45a529fed60f4d96f2b03 (patch) | |
tree | dd1a6f42c941ddce0cf0b103a803194608ddd4d8 /java/sca/itest/recursive-multi-level/src | |
parent | 8c79da4766af02cfecebddb8590c8dd7f41bbf04 (diff) |
More changes to switch SCA namespace from osoa version to oasis one
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
3 files changed, 6 insertions, 6 deletions
diff --git a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService1Auto.composite b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService1Auto.composite index 975f61c664..f5935ca16a 100644 --- a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService1Auto.composite +++ b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService1Auto.composite @@ -18,10 +18,10 @@ * under the License. --> <composite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://www.osoa.org/xmlns/sca/1.0" + xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xsi:schemaLocation="http://www.osoa.org/xmlns/sca/1.0 http://www.osoa.org/xmlns/sca/1.0" + xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200712 http://docs.oasis-open.org/ns/opencsa/sca/200712" name="TotalComposite1Auto" targetNamespace="http://foo" local="true" diff --git a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService2Auto.composite b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService2Auto.composite index f9bbcc76d8..00f55085be 100644 --- a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService2Auto.composite +++ b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService2Auto.composite @@ -18,10 +18,10 @@ * under the License. --> <composite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://www.osoa.org/xmlns/sca/1.0" + xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xsi:schemaLocation="http://www.osoa.org/xmlns/sca/1.0 http://www.osoa.org/xmlns/sca/1.0" + xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200712 http://docs.oasis-open.org/ns/opencsa/sca/200712" name="TotalComposite2Auto" targetNamespace="http://foo" local="true" diff --git a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService3Auto.composite b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService3Auto.composite index 09fd10fb7e..3b7d40cbc0 100644 --- a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService3Auto.composite +++ b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService3Auto.composite @@ -18,10 +18,10 @@ * under the License. --> <composite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://www.osoa.org/xmlns/sca/1.0" + xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xsi:schemaLocation="http://www.osoa.org/xmlns/sca/1.0 http://www.osoa.org/xmlns/sca/1.0" + xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200712 http://docs.oasis-open.org/ns/opencsa/sca/200712" name="TotalComposite3Auto" targetNamespace="http://foo" local="true" |