summaryrefslogtreecommitdiffstats
path: root/tags/native-sca-1.0.incubating-M3-RC4/samples/RestYahoo/README
diff options
context:
space:
mode:
Diffstat (limited to 'tags/native-sca-1.0.incubating-M3-RC4/samples/RestYahoo/README')
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RestYahoo/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RestYahoo/README b/tags/native-sca-1.0.incubating-M3-RC4/samples/RestYahoo/README
deleted file mode 100644
index 79ee6c7813..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RestYahoo/README
+++ /dev/null
@@ -1,19 +0,0 @@
-Tuscany SCA for C++ Samples - REST Yahoo Sample
-===============================================
-
-This is a very simple sample to show how to use the SCA REST binding to
-invoke the Yahoo Web Search REST service.
-
-There are two sub-projects in this workspace:
- - sample.yahoo
- This contains the SCDL artifacts and source code for the WebSearch
- Component which calls a Reference that is configured to call the
- Yahoo service
- - sample.yahoo.client
- A Ruby client which calls the WebSearch component.
-
-Additionally, there is the sample.yahoo.app.composite file. This
-describes the configuration of the SCA Yahoo Search composite deployed to
-the SCA runtime.
-
-See the README.html file for instructions to build and run this sample