summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--branches/sca-java-1.4/demos/alert-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/calculator-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/calculator-ws-secure-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/calculator-ws-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/resources/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml1
-rwxr-xr-xbranches/sca-java-1.4/samples/domain-webapp/src/main/resources/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/feed-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/helloworld-dojo-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/helloworld-jsonrpc-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml1
14 files changed, 0 insertions, 14 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
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
diff --git a/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/src/main/webapp/META-INF/sca-contribution.xml
index fe09ab2e1b..8b60ae590c 100644
--- a/branches/sca-java-1.4/samples/calculator-ws-secure-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/calculator-ws-secure-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
diff --git a/branches/sca-java-1.4/samples/calculator-ws-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/calculator-ws-webapp/src/main/webapp/META-INF/sca-contribution.xml
index fe09ab2e1b..8b60ae590c 100644
--- a/branches/sca-java-1.4/samples/calculator-ws-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/calculator-ws-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
diff --git a/branches/sca-java-1.4/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml
index 897849ff8d..19b21549fb 100644
--- a/branches/sca-java-1.4/samples/chat-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/chat-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:Chat"/>
</contribution> \ No newline at end of file
diff --git a/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/resources/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/resources/META-INF/sca-contribution.xml
index 136326d1d3..59840213e4 100644
--- a/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/resources/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/customer-dojo-webapp/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>
diff --git a/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/webapp/META-INF/sca-contribution.xml
index 32f11ab9d0..b390efd009 100644
--- a/branches/sca-java-1.4/samples/customer-dojo-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/customer-dojo-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:customer"/>
</contribution> \ No newline at end of file
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>
diff --git a/branches/sca-java-1.4/samples/domain-webapp/src/main/resources/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/domain-webapp/src/main/resources/META-INF/sca-contribution.xml
index fbe5880db6..95e10e43cd 100755
--- a/branches/sca-java-1.4/samples/domain-webapp/src/main/resources/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/domain-webapp/src/main/resources/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:Domain"/>
</contribution> \ No newline at end of file
diff --git a/branches/sca-java-1.4/samples/feed-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/feed-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml
index b67fe843ca..036de16777 100644
--- a/branches/sca-java-1.4/samples/feed-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/feed-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://aggregator"
xmlns:a="http://aggregator">
<deployable composite="a:FeedAggregator"/>
</contribution>
diff --git a/branches/sca-java-1.4/samples/helloworld-dojo-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/helloworld-dojo-webapp/src/main/webapp/META-INF/sca-contribution.xml
index 2c178c1ddc..b5e24d40f6 100644
--- a/branches/sca-java-1.4/samples/helloworld-dojo-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/helloworld-dojo-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:helloworldjsonrpc"/>
</contribution>
diff --git a/branches/sca-java-1.4/samples/helloworld-jsonrpc-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/helloworld-jsonrpc-webapp/src/main/webapp/META-INF/sca-contribution.xml
index c8246e15a7..36ee041cf1 100644
--- a/branches/sca-java-1.4/samples/helloworld-jsonrpc-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/helloworld-jsonrpc-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:helloworldjsonrpc"/>
</contribution>
diff --git a/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml
index 6f241cc90c..5b2179a9ba 100644
--- a/branches/sca-java-1.4/samples/helloworld-ws-sdo-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.4/samples/helloworld-ws-sdo-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:helloworldws"/>
</contribution> \ No newline at end of file