You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/01/12 07:47:55 UTC

svn commit: r898192 - /tuscany/sca-java-2.x/trunk/shades/pom.xml

Author: antelder
Date: Tue Jan 12 06:47:55 2010
New Revision: 898192

URL: http://svn.apache.org/viewvc?rev=898192&view=rev
Log:
Add json shades to ractor build

Modified:
    tuscany/sca-java-2.x/trunk/shades/pom.xml

Modified: tuscany/sca-java-2.x/trunk/shades/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/shades/pom.xml?rev=898192&r1=898191&r2=898192&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/shades/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/shades/pom.xml Tue Jan 12 06:47:55 2010
@@ -33,6 +33,8 @@
     <modules>
         <module>base</module>
         <module>base-nodep</module>
+        <module>json</module>
+        <module>json-nodep</module>
         <module>spring</module>
         <module>spring-nodep</module>
         <module>webservices</module>