diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-20 09:55:06 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-20 09:55:06 +0000 |
commit | 2a3a2af263d7dc1148bbeab7551b69ce5d7a65dc (patch) | |
tree | 9f01a2e6308db52a2e0c288e5b93d0a3c947a660 /sandbox | |
parent | bcff4cbf661cef018a40729c733958de1b5155f7 (diff) |
Added the help-pages-contribution and help-pages-launcher modules to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/travelsample/contributions/pom.xml | 1 | ||||
-rw-r--r-- | sandbox/travelsample/launchers/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/travelsample/contributions/pom.xml b/sandbox/travelsample/contributions/pom.xml index 34bb5c2dd6..bdc6bdcf0e 100644 --- a/sandbox/travelsample/contributions/pom.xml +++ b/sandbox/travelsample/contributions/pom.xml @@ -55,6 +55,7 @@ <module>fullapp-packagedtrip-contribution</module>
<module>fullapp-bespoketrip-contribution</module>
<module>fullapp-shoppingcart-contribution</module>
+ <module>help-pages-contribution</module>
<module>hotel-contribution</module>
<module>interaction-client-contribution</module>
<module>interaction-service-remote-contribution</module>
diff --git a/sandbox/travelsample/launchers/pom.xml b/sandbox/travelsample/launchers/pom.xml index b65ca2fc6a..2dd7b560c9 100644 --- a/sandbox/travelsample/launchers/pom.xml +++ b/sandbox/travelsample/launchers/pom.xml @@ -46,6 +46,7 @@ <module>introducing-launcher</module> <module>jumpstart-launcher</module> <module>fullapp-launcher</module> + <module>help-pages-launcher</module> <module>notification-ws-launcher</module> <module>notification-corba-launcher</module> <module>notification-ejb-launcher</module> |