diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-gae/domain-backend.composite')
-rw-r--r-- | sca-cpp/trunk/samples/store-gae/domain-backend.composite | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sca-cpp/trunk/samples/store-gae/domain-backend.composite b/sca-cpp/trunk/samples/store-gae/domain-backend.composite index a543b9a6b5..13fa8406e2 100644 --- a/sca-cpp/trunk/samples/store-gae/domain-backend.composite +++ b/sca-cpp/trunk/samples/store-gae/domain-backend.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://store" name="store-backend"> <component name="Cache"> <implementation.python script="gmemcache.py"/> <service name="Cache"> - <t:binding.atom uri="cache"/> + <binding.atom uri="cache"/> </service> </component> |