diff options
Diffstat (limited to '')
-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">
|