diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 00:01:30 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 00:01:30 +0000 |
commit | 96d84290c1fd84fb99dc3aa7ffdf0cea6df71f32 (patch) | |
tree | c568d8dea07cac2c670e16b34e49f1b9f5f79907 /java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite | |
parent | 7ebdb8f218e5c2dbdda0201a9941b79af667103e (diff) |
Some more Updates to binding-ws to use OASIS namespaces/schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite')
-rw-r--r-- | java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite b/java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite index 55644c27e5..5fefb6d4b5 100644 --- a/java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite +++ b/java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite @@ -17,8 +17,8 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" targetNamespace="http://sample/composite" xmlns:sc="http://sample/composite" name="TestComposite"> |