You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/02/28 21:01:37 UTC

svn commit: r917285 - in /tuscany/sca-cpp/trunk: COPYING LICENSE README

Author: jsdelfino
Date: Sun Feb 28 20:01:37 2010
New Revision: 917285

URL: http://svn.apache.org/viewvc?rev=917285&view=rev
Log:
Minor README cleanup. Fixed permissions on COPYING and LICENSE files.

Modified:
    tuscany/sca-cpp/trunk/COPYING   (contents, props changed)
    tuscany/sca-cpp/trunk/LICENSE   (contents, props changed)
    tuscany/sca-cpp/trunk/README

Modified: tuscany/sca-cpp/trunk/COPYING
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/COPYING?rev=917285&r1=917284&r2=917285&view=diff
==============================================================================
    (empty)

Propchange: tuscany/sca-cpp/trunk/COPYING
            ('svn:executable' removed)

Modified: tuscany/sca-cpp/trunk/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/LICENSE?rev=917285&r1=917284&r2=917285&view=diff
==============================================================================
    (empty)

Propchange: tuscany/sca-cpp/trunk/LICENSE
            ('svn:executable' removed)

Modified: tuscany/sca-cpp/trunk/README
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/README?rev=917285&r1=917284&r2=917285&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/README (original)
+++ tuscany/sca-cpp/trunk/README Sun Feb 28 20:01:37 2010
@@ -30,13 +30,14 @@
  |   |-- 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 @@
  |   |-- test                 Integration tests
  |   |
  |   |-- samples              Sample Applications
- |   |
- |   |-- contrib              Various contributions to the project
  |
  |-- branches                 Topic and release branches
  |