You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2006/10/06 16:24:25 UTC

svn commit: r453610 - /incubator/tuscany/cpp/sca/samples/PythonCalculator/README

Author: ajborley
Date: Fri Oct  6 07:24:24 2006
New Revision: 453610

URL: http://svn.apache.org/viewvc?view=rev&rev=453610
Log:
Document update to describe the new sample deploy structure

Modified:
    incubator/tuscany/cpp/sca/samples/PythonCalculator/README

Modified: incubator/tuscany/cpp/sca/samples/PythonCalculator/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonCalculator/README?view=diff&rev=453610&r1=453609&r2=453610
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonCalculator/README (original)
+++ incubator/tuscany/cpp/sca/samples/PythonCalculator/README Fri Oct  6 07:24:24 2006
@@ -5,19 +5,20 @@
 two components to implement a Calculator service and expose that service as
 a Web Service.
 
-There are four sub projects in this workspace:
+There are three sub projects in this workspace:
     - sample.calculator
       This contains the source code and SCDL artifacts for the SCA Calculator.
       composite implementing the sample Calculator.
 
-    - sample.calculator.solution
-      This contains the SCDL file describing the configuration of the SCA
-      Calculator composite deployed to the SCA runtime.
-
     - sample.calculator.client
       A sample client which does a local call to the Calculator service.
 
     - sample.calculator.wsclient
       A sample Axis2 Web Service client which calls the Calculator Web service.
+
+
+Additionally, there is the sample.calculator.solution.composite file. This 
+describes the configuration of the SCA Calculator composite deployed to the 
+SCA runtime.
 
 See the README.html file for instructions to build and run this sample



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org