You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/09/03 02:33:30 UTC

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

Author: rfeng
Date: Tue Sep  2 17:33:30 2008
New Revision: 691445

URL: http://svn.apache.org/viewvc?rev=691445&view=rev
Log:
Add binding-sca-jms to the module list to avoid build break in runtime-tomcat

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=691445&r1=691444&r2=691445&view=diff
==============================================================================
--- tuscany/java/sca/modules/pom.xml (original)
+++ tuscany/java/sca/modules/pom.xml Tue Sep  2 17:33:30 2008
@@ -71,6 +71,7 @@
                 <module>binding-sca</module>
                 <module>binding-sca-axis2</module>
                 <module>binding-sca-corba</module>
+                <module>binding-sca-jms</module>
                 <module>binding-sca-xml</module>
                 <module>binding-ws</module>
                 <module>binding-ws-axis2</module>