diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-12 22:04:25 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-12 22:04:25 +0000 |
commit | 9f0d3ba0dd63e0a963c4b1351c896d4de293b763 (patch) | |
tree | c2a9c6eee1cf6c2d636c1d4045b62d7ed0b00b32 /sandbox/travelsample/launchers | |
parent | a56ad24846d364b48f8cc1d78d94bc10cd9f0aff (diff) |
Adde the JMS related projects into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers')
-rw-r--r-- | sandbox/travelsample/launchers/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/pom.xml b/sandbox/travelsample/launchers/pom.xml index 6ae46caef8..73e4002ab2 100644 --- a/sandbox/travelsample/launchers/pom.xml +++ b/sandbox/travelsample/launchers/pom.xml @@ -40,6 +40,7 @@ <module>blog-feed-launcher</module> <module>currency-converter-launcher</module> <module>currency-converter-corba-launcher</module> + <module>currency-converter-jms-launcher</module> <module>currency-converter-rmi-launcher</module> <module>currency-converter-ws-launcher</module> <module>databinding-launcher</module> @@ -52,6 +53,7 @@ <module>notification-ws-launcher</module> <module>notification-corba-launcher</module> <module>notification-ejb-launcher</module> + <module>notification-jms-launcher</module> <module>notification-rmi-launcher</module> </modules> </profile> |