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 2009/10/01 17:17:22 UTC

svn commit: r820683 - /tuscany/java/sca/pom.xml

Author: antelder
Date: Thu Oct  1 15:17:21 2009
New Revision: 820683

URL: http://svn.apache.org/viewvc?rev=820683&view=rev
Log:
INclude the new jms webapp sample in the jms build profile

Modified:
    tuscany/java/sca/pom.xml

Modified: tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=820683&r1=820682&r2=820683&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Thu Oct  1 15:17:21 2009
@@ -523,7 +523,7 @@
             <modules>
                 <module>modules/binding-jms</module>
                 <module>modules/binding-jms-runtime</module>
-                <!-- module>samples/webapps/helloworld-jms</module -->
+                <module>samples/webapps/helloworld-jms</module>
                 <module>itest/jms</module>
             </modules>
         </profile>