diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-vhost/shared/shared.composite')
-rw-r--r-- | sca-cpp/trunk/samples/store-vhost/shared/shared.composite | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sca-cpp/trunk/samples/store-vhost/shared/shared.composite b/sca-cpp/trunk/samples/store-vhost/shared/shared.composite index 55a0c1f8d6..b94f8f43d6 100644 --- a/sca-cpp/trunk/samples/store-vhost/shared/shared.composite +++ b/sca-cpp/trunk/samples/store-vhost/shared/shared.composite @@ -18,14 +18,13 @@ * 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://shared" name="shared"> <component name="Cache"> <implementation.cpp path="../../../components/cache" library="libmemcache"/> <service name="Cache"> - <t:binding.atom uri="cache"/> + <binding.atom uri="cache"/> </service> <property name="servers">localhost:11211</property> </component> |