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:07:19 UTC

svn commit: r820682 - /tuscany/java/sca/samples/pom.xml

Author: antelder
Date: Thu Oct  1 15:07:19 2009
New Revision: 820682

URL: http://svn.apache.org/viewvc?rev=820682&view=rev
Log:
Add jms webapp sample to build

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

Modified: tuscany/java/sca/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/pom.xml?rev=820682&r1=820681&r2=820682&view=diff
==============================================================================
--- tuscany/java/sca/samples/pom.xml (original)
+++ tuscany/java/sca/samples/pom.xml Thu Oct  1 15:07:19 2009
@@ -63,6 +63,7 @@
 
                 <module>webapps/helloworld</module>
                 <module>webapps/helloworld-bpel</module>
+                <module>webapps/helloworld-jms</module>
                 <module>webapps/helloworld-jsp</module>
                 <module>webapps/helloworld-stripes</module>
                 <module>webapps/helloworld-servlet</module>