summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-osgi/src/test/resources
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-10 16:59:38 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-03-10 16:59:38 +0000
commitbaaa456ea42109a5ec6820e788ebd816d22ffbd0 (patch)
treee8b2eece6c146ce6713f09610fe8ba3025f76aff /java/sca/modules/implementation-osgi/src/test/resources
parent06c0a8042a212916c33367b82b4ba69b45926409 (diff)
Update the model namespaces
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-osgi/src/test/resources')
-rw-r--r--java/sca/modules/implementation-osgi/src/test/resources/OSGiTestService.componentType2
-rw-r--r--java/sca/modules/implementation-osgi/src/test/resources/bundle.componentType5
-rw-r--r--java/sca/modules/implementation-osgi/src/test/resources/osgiproptest.composite4
-rw-r--r--java/sca/modules/implementation-osgi/src/test/resources/osgitest.composite3
4 files changed, 7 insertions, 7 deletions
diff --git a/java/sca/modules/implementation-osgi/src/test/resources/OSGiTestService.componentType b/java/sca/modules/implementation-osgi/src/test/resources/OSGiTestService.componentType
index 63cc5e811f..7b790d9eed 100644
--- a/java/sca/modules/implementation-osgi/src/test/resources/OSGiTestService.componentType
+++ b/java/sca/modules/implementation-osgi/src/test/resources/OSGiTestService.componentType
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<service name="OSGiTestService">
<interface.java interface="org.apache.tuscany.sca.implementation.osgi.test.OSGiTestInterface"/>
</service>
diff --git a/java/sca/modules/implementation-osgi/src/test/resources/bundle.componentType b/java/sca/modules/implementation-osgi/src/test/resources/bundle.componentType
index ab334d91a7..df2b34c8c3 100644
--- a/java/sca/modules/implementation-osgi/src/test/resources/bundle.componentType
+++ b/java/sca/modules/implementation-osgi/src/test/resources/bundle.componentType
@@ -17,10 +17,9 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:t = "http://tuscany.apache.org/xmlns/sca/1.1"
- >
+ xmlns:t="http://tuscany.apache.org/xmlns/sca/1.1">
<!-- The service elment defines an SCA view of the OSGi service -->
<service name="Calculator">
<!-- The interface will be mapped into the OSGi service class -->
diff --git a/java/sca/modules/implementation-osgi/src/test/resources/osgiproptest.composite b/java/sca/modules/implementation-osgi/src/test/resources/osgiproptest.composite
index 35aa620fcd..ac94b71088 100644
--- a/java/sca/modules/implementation-osgi/src/test/resources/osgiproptest.composite
+++ b/java/sca/modules/implementation-osgi/src/test/resources/osgiproptest.composite
@@ -17,8 +17,8 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="OSGiTestComposite">
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test" name="OSGiTestComposite">
<component name="OSGiTestServiceComponent">
<tuscany:implementation.osgi bundle="OSGiTestService"
diff --git a/java/sca/modules/implementation-osgi/src/test/resources/osgitest.composite b/java/sca/modules/implementation-osgi/src/test/resources/osgitest.composite
index 5ea6fed96d..8bafd4a2c9 100644
--- a/java/sca/modules/implementation-osgi/src/test/resources/osgitest.composite
+++ b/java/sca/modules/implementation-osgi/src/test/resources/osgitest.composite
@@ -17,9 +17,10 @@
* 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"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ tagetNamespace="http://test"
name="OSGiTestComposite">
<component name="OSGiTestServiceComponent">