diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-17 17:42:03 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-17 17:42:03 +0000 |
commit | 1eb151bcedc375d54c2bb2804b81cdcff05aa65b (patch) | |
tree | b7b30b578389aadc70d512eae6f9e52569109e63 /branches/sca-java-1.4/demos | |
parent | c3d941f9b99450fa1103452e98c3bbcf1a104302 (diff) |
Remove the targetNamspace attribute in the sca-contribution.xml file for a bunch of samples as it shouldn't be there and causes warning messages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/demos')
2 files changed, 0 insertions, 2 deletions
diff --git a/branches/sca-java-1.4/demos/alert-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/demos/alert-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml index 0bc67c4c98..09b7cce2b4 100644 --- a/branches/sca-java-1.4/demos/alert-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml +++ b/branches/sca-java-1.4/demos/alert-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml @@ -19,7 +19,6 @@ --> <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0" -targetNamespace="http://sample" xmlns:sample="http://sample"> <deployable composite="sample:FeedAggregator"/> </contribution> diff --git a/branches/sca-java-1.4/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml index aea009292a..3e9e4539bd 100644 --- a/branches/sca-java-1.4/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml +++ b/branches/sca-java-1.4/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml @@ -18,7 +18,6 @@ * under the License.
-->
<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
- targetNamespace="http://credit"
xmlns:credit="http://credit">
<deployable composite="credit:CreditComposite"/>
</contribution>
\ No newline at end of file |