summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/META-INF/sca-contribution.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-17 17:42:03 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-17 17:42:03 +0000
commit1eb151bcedc375d54c2bb2804b81cdcff05aa65b (patch)
treeb7b30b578389aadc70d512eae6f9e52569109e63 /branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/META-INF/sca-contribution.xml
parentc3d941f9b99450fa1103452e98c3bbcf1a104302 (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 '')
-rw-r--r--branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/META-INF/sca-contribution.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/META-INF/sca-contribution.xml
index fe09ab2e1b..8b60ae590c 100644
--- a/branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/calculator-webapp/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://sample"
xmlns:sample="http://sample">
<deployable composite="sample:Calculator"/>
</contribution> \ No newline at end of file