You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/10/02 18:45:43 UTC

svn commit: r821088 - /tuscany/java/sca/modules/pom.xml

Author: lresende
Date: Fri Oct  2 16:45:43 2009
New Revision: 821088

URL: http://svn.apache.org/viewvc?rev=821088&view=rev
Log:
Adding JSON Databinding and JSON-RPC Binding to build

Modified:
    tuscany/java/sca/modules/pom.xml

Modified: tuscany/java/sca/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/pom.xml?rev=821088&r1=821087&r2=821088&view=diff
==============================================================================
--- tuscany/java/sca/modules/pom.xml (original)
+++ tuscany/java/sca/modules/pom.xml Fri Oct  2 16:45:43 2009
@@ -39,6 +39,8 @@
         <module>binding-jms-runtime</module>
         <module>binding-jsonp</module>
         <module>binding-jsonp-runtime</module>
+        <module>binding-jsonrpc</module>
+        <module>binding-jsonrpc-runtime</module>
         <module>binding-rmi</module>
         <module>binding-rmi-runtime</module>
         <module>binding-sca-runtime</module>