diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-20 15:17:32 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-20 15:17:32 +0000 |
commit | 4438eb9853cc4311c0cd18170f8a635d6d7b4786 (patch) | |
tree | 761747bef6512d4feb619b1791bab58a7a78b511 | |
parent | 226c40844e13badc2168d1b269740877fd3a042e (diff) |
Added blog-feed-contribution and blog-feed-launcher to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786841 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 bdc6bdcf0e..4c2e044941 100644 --- a/sandbox/travelsample/contributions/pom.xml +++ b/sandbox/travelsample/contributions/pom.xml @@ -37,6 +37,7 @@ <activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>blog-feed-contribution/</module>
<module>calendar-contribution</module>
<module>car-contribution</module>
<module>common-contribution</module>
diff --git a/sandbox/travelsample/launchers/pom.xml b/sandbox/travelsample/launchers/pom.xml index 2dd7b560c9..2c9a74df7f 100644 --- a/sandbox/travelsample/launchers/pom.xml +++ b/sandbox/travelsample/launchers/pom.xml @@ -37,6 +37,7 @@ <activeByDefault>true</activeByDefault> </activation> <modules> + <module>blog-feed-launcher</module> <module>currency-converter-launcher</module> <module>currency-converter-corba-launcher</module> <module>currency-converter-rmi-launcher</module> |