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 2010/05/19 02:53:18 UTC

svn commit: r945979 - /tuscany/sca-java-2.x/trunk/itest/jms/pom.xml

Author: rfeng
Date: Wed May 19 00:53:17 2010
New Revision: 945979

URL: http://svn.apache.org/viewvc?rev=945979&view=rev
Log:
Add jms-callback to the build

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

Modified: tuscany/sca-java-2.x/trunk/itest/jms/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/jms/pom.xml?rev=945979&r1=945978&r2=945979&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/jms/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/jms/pom.xml Wed May 19 00:53:17 2010
@@ -31,7 +31,7 @@
     
   <modules>
     <module>args</module>
-    <!-- module>callbacks</module -->
+    <module>callbacks</module>
     <module>defaults</module>
     <module>DynamicReplyQ</module>
     <module>exceptions</module>