diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-18 16:47:22 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-18 16:47:22 +0000 |
commit | 716856b69ca7334bc684924fc9f71cdc1e92c5b9 (patch) | |
tree | 8736df97f9358213865b0a74a6b8568793e49677 /sca-java-1.x/branches/sca-java-travelsample-1.0/contributions | |
parent | 705ddd00290c06881dffc7dcbf38b3b130bfed76 (diff) |
Change policySet namespace and reorder domain includes as workaround for TUSCANY-3562
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/contributions')
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml index 5a2c58eaed..a6b35f8e19 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml @@ -18,11 +18,9 @@ * under the License. --> <definitions xmlns="http://www.osoa.org/xmlns/sca/1.0" - targetNamespace="http://itest/policy" + targetNamespace="http://www.osoa.org/xmlns/sca/1.0" xmlns:sca="http://www.osoa.org/xmlns/sca/1.0" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" - xmlns:ip="http://itest/policy" > - + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"> <policySet name="BasicAuthenticationPolicySet" provides="authentication" |