You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by wj...@apache.org on 2008/10/15 23:49:35 UTC

svn commit: r705069 - in /tuscany/java/sca/samples: README pom.xml

Author: wjaniszewski
Date: Wed Oct 15 14:49:35 2008
New Revision: 705069

URL: http://svn.apache.org/viewvc?rev=705069&view=rev
Log:
CORBA calculator samples added to parent pom.xml and README files

Modified:
    tuscany/java/sca/samples/README
    tuscany/java/sca/samples/pom.xml

Modified: tuscany/java/sca/samples/README
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/README?rev=705069&r1=705068&r2=705069&view=diff
==============================================================================
--- tuscany/java/sca/samples/README (original)
+++ tuscany/java/sca/samples/README Wed Oct 15 14:49:35 2008
@@ -31,6 +31,10 @@
                                      on multiple JVMs
 calculator-implementation-policies - Shows logging policites associated with 
                                      SCA implementations
+calculator-corba-reference         - The calculator configured to use existing
+                                     CORBA service
+calculator-corba-service           - The calculator configured to be accessible
+                                     as CORBA service
 calculator-rmi-reference           - The calculator configured to talk RMI to
                                      the calculator-rmi-service sample
 calculator-rmi-service             - The calculator configured to accept RMI

Modified: tuscany/java/sca/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/pom.xml?rev=705069&r1=705068&r2=705069&view=diff
==============================================================================
--- tuscany/java/sca/samples/pom.xml (original)
+++ tuscany/java/sca/samples/pom.xml Wed Oct 15 14:49:35 2008
@@ -49,6 +49,8 @@
                 <module>binding-notification-consumer</module>
                 <module>binding-notification-producer</module>
                 <module>calculator</module>
+                <module>calculator-corba-reference</module>
+                <module>calculator-corba-service</module>
                 <module>calculator-lean</module>
                 <module>calculator-distributed</module>
 		<module>calculator-implementation-policies</module>