summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-08-25 05:37:43 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-08-25 05:37:43 +0000
commita00b85195f048fd20159f9c0b3785afdd89ec056 (patch)
tree6f5e022fa2f01f328a6706bf8abcbd84f4c18baf /java/sca/samples/pom.xml
parentff9010d1a7629a9ed6a907085b8fd14b9b13e849 (diff)
Added a variation of HelloWorldClient that doesn't use any Tuscany specific APIs, only the SCA spec standard programming model. Applied the same idea to calculator in a new calculator-lean module to show how this pattern works with just components (helloworld-ws-reference-lean used a reference with a WS binding). Also started to show how test cases can use the same pattern in calculator-lean.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml
index 7cad1fd17d..5176eab59f 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -49,6 +49,7 @@
<module>binding-notification-consumer</module>
<module>binding-notification-producer</module>
<module>calculator</module>
+ <module>calculator-lean</module>
<module>calculator-distributed</module>
<module>calculator-implementation-policies</module>
<module>calculator-rmi-reference</module>