summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/demos
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-29 09:20:51 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-29 09:20:51 +0000
commit3d4e2d303081139c3318b6370eff31aeda8bb5bf (patch)
tree55a23e29eb8474fec077cd16aec7522a2e25f1ce /branches/sca-java-1.x/demos
parent46384a3d56ea4cc830c482b07965ea60f7b15caa (diff)
Merge sca-contribution file target namespace fix from 1.4 branch to 1.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/demos')
-rw-r--r--branches/sca-java-1.x/demos/alert-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml1
-rw-r--r--branches/sca-java-1.x/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/demos/alert-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.x/demos/alert-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml
index 0bc67c4c98..09b7cce2b4 100644
--- a/branches/sca-java-1.x/demos/alert-aggregator-webapp/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.x/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.x/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml b/branches/sca-java-1.x/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml
index aea009292a..3e9e4539bd 100644
--- a/branches/sca-java-1.x/demos/mortgage-creditcheck/src/main/webapp/META-INF/sca-contribution.xml
+++ b/branches/sca-java-1.x/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