summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/queue/queue.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/queue/queue.composite')
-rw-r--r--sca-cpp/trunk/components/queue/queue.composite9
1 files changed, 4 insertions, 5 deletions
diff --git a/sca-cpp/trunk/components/queue/queue.composite b/sca-cpp/trunk/components/queue/queue.composite
index e8fb1b1049..9b6939e4bc 100644
--- a/sca-cpp/trunk/components/queue/queue.composite
+++ b/sca-cpp/trunk/components/queue/queue.composite
@@ -18,7 +18,6 @@
* under the License.
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
- xmlns:t="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://tuscany.apache.org/xmlns/sca/components"
name="queue">
@@ -26,7 +25,7 @@
<implementation.cpp path="." library="libqueue-sender"/>
<property name="key">print</property>
<service name="print-sender">
- <t:binding.http uri="print-sender"/>
+ <binding.http uri="print-sender"/>
</service>
</component>
@@ -38,9 +37,9 @@
</component>
<component name="print">
- <t:implementation.scheme script="server-test.scm"/>
+ <implementation.scheme script="server-test.scm"/>
<service name="print">
- <t:binding.http uri="print"/>
+ <binding.http uri="print"/>
</service>
<reference name="report" target="report-sender"/>
</component>
@@ -49,7 +48,7 @@
<implementation.cpp path="." library="libqueue-sender"/>
<property name="key">report</property>
<service name="report-sender">
- <t:binding.http uri="report-sender"/>
+ <binding.http uri="report-sender"/>
</service>
</component>