diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-01 15:17:21 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-01 15:17:21 +0000 |
commit | 00a5b3a769c59878e1754307f87abb3d235ee828 (patch) | |
tree | 9f8f5a071bb197c49610323ffeca368412ce1b15 /java | |
parent | a1b0ac932b731e458dd18b066177856d340996f1 (diff) |
INclude the new jms webapp sample in the jms build profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml index e3b9a6ff30..0bd42865be 100644 --- a/java/sca/pom.xml +++ b/java/sca/pom.xml @@ -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> |