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/03/26 08:01:10 UTC

svn commit: r927711 - /tuscany/sca-java-2.x/trunk/samples/pom.xml

Author: antelder
Date: Fri Mar 26 07:01:10 2010
New Revision: 927711

URL: http://svn.apache.org/viewvc?rev=927711&view=rev
Log:
Add jaxrs sample

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

Modified: tuscany/sca-java-2.x/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/pom.xml?rev=927711&r1=927710&r2=927711&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/pom.xml Fri Mar 26 07:01:10 2010
@@ -70,6 +70,7 @@
                 <module>store-webapp</module>                
                 <module>webapps/helloworld</module>
                 <module>webapps/helloworld-bpel</module>
+                <module>webapps/helloworld-jaxrs</module>
                 <module>webapps/helloworld-jms</module>
                 <module>webapps/helloworld-js-client</module>
                 <module>webapps/helloworld-jsp</module>