diff options
Diffstat (limited to '')
-rw-r--r-- | java/sca/stest/sampleTest/src/main/resources/TestComposite18.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/stest/sampleTest/src/main/resources/TestComposite18.composite b/java/sca/stest/sampleTest/src/main/resources/TestComposite18.composite index 7d26ea850a..9978085c60 100644 --- a/java/sca/stest/sampleTest/src/main/resources/TestComposite18.composite +++ b/java/sca/stest/sampleTest/src/main/resources/TestComposite18.composite @@ -20,7 +20,7 @@ <!-- A composite which has a single service with a declared <interface/> that is a compatible subset of the interface of the component service declared in the @promote attribute --> -<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="TestComposite18">
|