diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-06 04:36:04 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-06 04:36:04 +0000 |
commit | c44e23eb0077e2eeb7ec79396837b88215d268af (patch) | |
tree | 643724b90addd35663ba9ece952d861aa493e75b /java/sca/modules/implementation-node-runtime/src/test/resources | |
parent | 63bf29cb2ece06c52b7a59100895896f2668f8c7 (diff) |
Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite | 2 | ||||
-rw-r--r-- | java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite | 2 |
2 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 5fefb6d4b5..b8f6dcceb9 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,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" targetNamespace="http://sample/composite" xmlns:sc="http://sample/composite" diff --git a/java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite b/java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite index 90c0c9b8b1..3e719ef6ab 100644 --- a/java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite +++ b/java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" targetNamespace="http://sample/node" xmlns:sc="http://sample/composite" |