summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-02-28 20:01:37 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-02-28 20:01:37 +0000
commit4a56fb45307de579bf3ee88935c5c22a75c03512 (patch)
tree24130f2af69a782f8d5c7fd2412a3fc77306c8a5 /sca-cpp/trunk/README
parentcbe502740bdd6d2a0ae56d113882dd9d6b31c394 (diff)
Minor README cleanup. Fixed permissions on COPYING and LICENSE files.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r--sca-cpp/trunk/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/sca-cpp/trunk/README b/sca-cpp/trunk/README
index 5a5b884efe..a01821f2e4 100644
--- a/sca-cpp/trunk/README
+++ b/sca-cpp/trunk/README
@@ -30,13 +30,14 @@ Here's a rough guide to the Tuscany SCA source tree:
| |-- kernel SCA runtime kernel
| |
| |-- modules Modules that plug into the runtime
- | | |-- atom AtomPub encoding support
- | | |-- json JSON-RPC encoding support
- | | |-- http HTTP protocol support
+ | | |-- atom AtomPub encoding
+ | | |-- json JSON-RPC encoding
+ | | |-- http HTTP protocol
| | |-- java Support for Java components
| | |-- python Support for Python components
| | |-- scheme Support for Scheme components
| | |-- server Apache HTTPD server integration
+ | | |-- wsgi Python WSGI server integration
| |
| |-- components Useful SCA components
| | |-- cache Key/value cache
@@ -49,8 +50,6 @@ Here's a rough guide to the Tuscany SCA source tree:
| |-- test Integration tests
| |
| |-- samples Sample Applications
- | |
- | |-- contrib Various contributions to the project
|
|-- branches Topic and release branches
|