diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-26 07:01:10 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-26 07:01:10 +0000 |
commit | 3897875540cb4f5504d1108e55f826c41523d899 (patch) | |
tree | 691f793c7070d48ea130acf594377dcc132c6356 /sca-java-2.x/trunk/samples | |
parent | 3343e844072fef61dd9791c0703438468364c497 (diff) |
Add jaxrs sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927711 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r-- | sca-java-2.x/trunk/samples/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml index c392b9efd5..abe7c4207d 100644 --- a/sca-java-2.x/trunk/samples/pom.xml +++ b/sca-java-2.x/trunk/samples/pom.xml @@ -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> |