diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-21 18:56:52 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-21 18:56:52 +0000 |
commit | 37dcf4b6dd62919b610f902d1da1ca8b20693301 (patch) | |
tree | 2d57cf2d2a874a19339c00a586f4e234d9b2e3e2 | |
parent | 88e7b5ef56cb29ddf7d8d9343cc23ed084b68f8f (diff) |
Added modules feed-logger-contribution and feed-logger-launcher to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787066 13f79535-47bb-0310-9956-ffa450edef68
-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 4c2e044941..fa5253bd61 100644 --- a/sandbox/travelsample/contributions/pom.xml +++ b/sandbox/travelsample/contributions/pom.xml @@ -49,6 +49,7 @@ <module>currency-ws-contribution</module>
<module>databinding-client-contribution</module>
<module>emailgateway-contribution</module>
+ <module>feed-logger-contribution</module>
<module>flight-contribution</module>
<module>fullapp-ui-contribution</module>
<module>fullapp-frontend-contribution</module>
diff --git a/sandbox/travelsample/launchers/pom.xml b/sandbox/travelsample/launchers/pom.xml index 2c9a74df7f..6ae46caef8 100644 --- a/sandbox/travelsample/launchers/pom.xml +++ b/sandbox/travelsample/launchers/pom.xml @@ -43,6 +43,7 @@ <module>currency-converter-rmi-launcher</module> <module>currency-converter-ws-launcher</module> <module>databinding-launcher</module> + <module>feed-logger-launcher</module> <module>interaction-launcher</module> <module>introducing-launcher</module> <module>jumpstart-launcher</module> |