summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/services/src/main
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-05 05:52:01 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-05 05:52:01 +0000
commit24e47ab8a07550ee60a45a529fed60f4d96f2b03 (patch)
treedd1a6f42c941ddce0cf0b103a803194608ddd4d8 /java/sca/itest/services/src/main
parent8c79da4766af02cfecebddb8590c8dd7f41bbf04 (diff)
More changes to switch SCA namespace from osoa version to oasis one
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/services/src/main')
-rw-r--r--java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml2
-rw-r--r--java/sca/itest/services/src/main/resources/ServicesTest.composite2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml b/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml
index 37ea8f677d..60b8a9c931 100644
--- a/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml
+++ b/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml
@@ -17,6 +17,6 @@
* specific language governing permissions and limitations
* under the License.
-->
-<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0" targetNamespace="http://foo" xmlns:foo="http://foo">
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://foo" xmlns:foo="http://foo">
<deployable composite="foo:InnerServicesTest" />
</contribution> \ No newline at end of file
diff --git a/java/sca/itest/services/src/main/resources/ServicesTest.composite b/java/sca/itest/services/src/main/resources/ServicesTest.composite
index eda885f9ec..14cc7ba860 100644
--- a/java/sca/itest/services/src/main/resources/ServicesTest.composite
+++ b/java/sca/itest/services/src/main/resources/ServicesTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:foo="http://foo" targetNamespace="http://foo"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" targetNamespace="http://foo"
name="InnerServicesTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component name="AComponent1">