diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-27 05:59:24 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-27 05:59:24 +0000 |
commit | fe9add6a09e833eb836325992571e1a874c18b18 (patch) | |
tree | 90782717c5af1cbd82743f45ccff6b7d45c9c8fd /sca-cpp/trunk/samples/relay-python/relay.composite | |
parent | 349630f6763f44ceebc021b454376b2c97663c5e (diff) |
Simplify relay sample a bit.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/samples/relay-python/relay.composite | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sca-cpp/trunk/samples/relay-python/relay.composite b/sca-cpp/trunk/samples/relay-python/relay.composite index 2f5b92dee0..7f7302955e 100644 --- a/sca-cpp/trunk/samples/relay-python/relay.composite +++ b/sca-cpp/trunk/samples/relay-python/relay.composite @@ -23,7 +23,7 @@ name="relay"> <component name="JSONTwit"> - <t:implementation.python script="json.py"/> + <t:implementation.python script="relay.py"/> <service name="Relay"> <t:binding.http uri="jsontwit"/> </service> @@ -33,7 +33,7 @@ </component> <component name="XMLTwit"> - <t:implementation.python script="xml.py"/> + <t:implementation.python script="relay.py"/> <service name="Relay"> <t:binding.http uri="xmltwit"/> </service> @@ -43,7 +43,7 @@ </component> <component name="RSSTwit"> - <t:implementation.python script="rss.py"/> + <t:implementation.python script="relay.py"/> <service name="Relay"> <t:binding.http uri="rsstwit"/> </service> @@ -53,17 +53,17 @@ </component> <component name="HTML"> - <t:implementation.python script="html.py"/> + <t:implementation.python script="relay.py"/> <service name="Relay"> <t:binding.http uri="html"/> </service> <reference name="target"> - <t:binding.http uri="http://localhost:8090/test"/> + <t:binding.http uri="http://people.apache.org/~jsdelfino/"/> </reference> </component> <component name="JSONFB"> - <t:implementation.python script="json.py"/> + <t:implementation.python script="relay.py"/> <service name="Relay"> <t:binding.http uri="jsonfb"/> </service> |