summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-03-17 19:46:47 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-03-17 19:46:47 +0000
commit63bcfde17b7117592c3195666598d9b95be3200e (patch)
treeba1b45cd6a5e2a271672911905a1a7f00629bf09 /sca-cpp/trunk/README
parent46753b6278c89eb0c7095e1af5a84a4140f716a4 (diff)
Minor cleanup of README, INSTALL, and remove an obsolete sample.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r--sca-cpp/trunk/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-cpp/trunk/README b/sca-cpp/trunk/README
index 92dfde8154..ce13557a1e 100644
--- a/sca-cpp/trunk/README
+++ b/sca-cpp/trunk/README
@@ -17,6 +17,7 @@ Chat: XMPP chat, using Apache Vysper and Libstrophe;
Constdb: fast persistent store for mostly constant data, using TinyCDB;
Filedb: key/value persistent store, using plain files;
Http: HTTP client, using Libcurl;
+Smtp: SMTP client, using Libcurl;
Kvdb: fast key/value persistent store, using LevelDB;
Log: distributed logger, using Facebook Scribe;
Queue: AMQP queuing, using Apache Qpid/C;
@@ -82,6 +83,7 @@ Here's a rough guide to the Tuscany SCA source tree:
| | |-- kvdb LevelDB key/value persistent store
| | |-- log Scribe logger
| | |-- queue AMQP message queue
+ | | |-- smtp SMTP client
| | |-- sqldb PostgreSQL database
| | |-- webservice Axis2 Web service gateway
| |