summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-02-01 07:57:32 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-02-01 07:57:32 +0000
commit80f6823cacf6f018cbe0d86198afa23be71f991f (patch)
tree64181f34f79e158e945c8e3aba7da2d3514f0bc7 /sca-cpp/trunk/README
parent8c5172b8ab407b79db53ce46271d72d8a3f9c19f (diff)
Added build configuration and dependencies for chat and queue components.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905203 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r--sca-cpp/trunk/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/sca-cpp/trunk/README b/sca-cpp/trunk/README
index 7869d70b09..5a5b884efe 100644
--- a/sca-cpp/trunk/README
+++ b/sca-cpp/trunk/README
@@ -37,15 +37,14 @@ Here's a rough guide to the Tuscany SCA source tree:
| | |-- python Support for Python components
| | |-- scheme Support for Scheme components
| | |-- server Apache HTTPD server integration
- | | |-- xmpp XMPP protocol support
| |
| |-- components Useful SCA components
- | | |-- cache Key/value cache (requires Memcached)
+ | | |-- cache Key/value cache
| | |-- chat XMPP chat
| | |-- log Logger
- | | |-- queue AMQP message queue (requires Apache Qpid/C++)
+ | | |-- queue AMQP message queue
| | |-- store Persistent store
- | | |-- webservice Web service gateway (requires Apache Axis2/C)
+ | | |-- webservice Web service gateway
| |
| |-- test Integration tests
| |