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/samples/customer-dojo/src | |
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/samples/customer-dojo/src')
-rw-r--r-- | branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml index 136326d1d3..59840213e4 100644 --- a/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml +++ b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/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:customer"/> </contribution> |