summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-java-xml/src/test
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-04 23:31:43 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-04 23:31:43 +0000
commit770c9be0cc66092781a10fd554c14815bffebae2 (patch)
tree13320c9f3647f794aeb932b463a3127d6df833e5 /java/sca/modules/implementation-java-xml/src/test
parent7736acb682597f500524fc299c824bc3a8968686 (diff)
Updates to bring implementation-java-xml to use OASIS namespace/schemas
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-java-xml/src/test')
-rw-r--r--java/sca/modules/implementation-java-xml/src/test/resources/org/apache/tuscany/sca/implementation/java/xml/Calculator.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/implementation-java-xml/src/test/resources/org/apache/tuscany/sca/implementation/java/xml/Calculator.composite b/java/sca/modules/implementation-java-xml/src/test/resources/org/apache/tuscany/sca/implementation/java/xml/Calculator.composite
index a58fa0c072..c7806cfe78 100644
--- a/java/sca/modules/implementation-java-xml/src/test/resources/org/apache/tuscany/sca/implementation/java/xml/Calculator.composite
+++ b/java/sca/modules/implementation-java-xml/src/test/resources/org/apache/tuscany/sca/implementation/java/xml/Calculator.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
xmlns:calc="http://sample.calculator"
requires="cns:tuscanyIntent_1"
targetNamespace="http://sample.calculator"