diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 06:04:51 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 06:04:51 +0000 |
commit | c93d4f11bd27e1d7c8add329f1956f45f9c8bb2d (patch) | |
tree | 360f891aa3b97172eaeffbccff36e06937ecb462 /java/sca/stest/sampleTest/src/main/resources/TestComposite21.composite | |
parent | 80fda303e635f8f72f4858daff9a3be7bae00350 (diff) |
Update to OASIS SCA 11 namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/stest/sampleTest/src/main/resources/TestComposite21.composite')
-rw-r--r-- | java/sca/stest/sampleTest/src/main/resources/TestComposite21.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/stest/sampleTest/src/main/resources/TestComposite21.composite b/java/sca/stest/sampleTest/src/main/resources/TestComposite21.composite index f0d6162e25..f94198f401 100644 --- a/java/sca/stest/sampleTest/src/main/resources/TestComposite21.composite +++ b/java/sca/stest/sampleTest/src/main/resources/TestComposite21.composite @@ -20,7 +20,7 @@ <!-- A composite which has a <composite/> <reference/> that declares an interface which is a superset of the interface declared by the <component/> <reference/> promoted by the composite reference --> -<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://oasis/tests" xmlns:sample="http://oasis/tests" name="TestComposite21">
|