summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/policies/src/main/resources
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-11 08:26:48 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-11 08:26:48 +0000
commit1876c96e45185ec0b48d7b19b30fe29d903f5c37 (patch)
treed2f85581f7358043eded86f828ce6cdf2266b442 /sca-java-2.x/trunk/itest/policies/src/main/resources
parent0f4450efb862e469b071e75f4d9c85ee0f83bc6e (diff)
TUSCANY-3388 - Updating to the latests OASIS schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/itest/policies/src/main/resources/Customer.composite2
-rw-r--r--sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/definitions.xml4
-rw-r--r--sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/sca-contribution.xml2
-rw-r--r--sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite4
4 files changed, 6 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/itest/policies/src/main/resources/Customer.composite b/sca-java-2.x/trunk/itest/policies/src/main/resources/Customer.composite
index 2a8f598b90..7c66c741f6 100644
--- a/sca-java-2.x/trunk/itest/policies/src/main/resources/Customer.composite
+++ b/sca-java-2.x/trunk/itest/policies/src/main/resources/Customer.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:c="http://customer"
targetNamespace="http://customer"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
diff --git a/sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/definitions.xml b/sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/definitions.xml
index 0a39912bf0..6a0cae247b 100644
--- a/sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/definitions.xml
+++ b/sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/definitions.xml
@@ -17,8 +17,8 @@
* specific language governing permissions and limitations
* under the License.
-->
-<definitions xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<definitions xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
+ xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
targetNamespace="http://tuscany.apache.org/xmlns/sca/1.1"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1">
diff --git a/sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/sca-contribution.xml
index be63597c12..d5d1840754 100644
--- a/sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/trunk/itest/policies/src/main/resources/META-INF/sca-contribution.xml
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:p="http://payment">
<deployable composite="p:Payment" />
</contribution> \ No newline at end of file
diff --git a/sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite b/sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite
index df54d0c1c2..de47ba790d 100644
--- a/sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite
+++ b/sca-java-2.x/trunk/itest/policies/src/main/resources/Payment.composite
@@ -17,10 +17,10 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:p="http://payment"
xmlns:c="http://customer"
- xmlns:sca = "http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ xmlns:sca = "http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
requires = "sca:authorization"
targetNamespace="http://payment"