diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-21 11:36:16 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-21 11:36:16 +0000 |
commit | c68a459bbfe86865bd68bc9e55187d7646cf42d2 (patch) | |
tree | c322d83c1ec0c1af437f3355126330c19adab852 /sandbox/travelsample/launchers | |
parent | f891e5e2cf06962ed81339ad7e0e7fbd2b6b4544 (diff) |
Add buildingblocks* contributions and launcher to the mvn and ant builds
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901658 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers')
-rw-r--r-- | sandbox/travelsample/launchers/build.xml | 1 | ||||
-rw-r--r-- | sandbox/travelsample/launchers/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/build.xml b/sandbox/travelsample/launchers/build.xml index a391f8e0cc..e396700052 100644 --- a/sandbox/travelsample/launchers/build.xml +++ b/sandbox/travelsample/launchers/build.xml @@ -39,6 +39,7 @@ <target name="allsubdirs">
<ant dir="blog-feed" target="${target}"/>
+ <ant dir="buildingblocks" target="${target}"/>
<ant dir="currency-converter" target="${target}"/>
<ant dir="currency-converter-corba" target="${target}"/>
<ant dir="currency-converter-jms" target="${target}"/>
diff --git a/sandbox/travelsample/launchers/pom.xml b/sandbox/travelsample/launchers/pom.xml index c575855690..40ad7a1696 100644 --- a/sandbox/travelsample/launchers/pom.xml +++ b/sandbox/travelsample/launchers/pom.xml @@ -38,6 +38,7 @@ </activation>
<modules>
<module>blog-feed</module>
+ <module>buildingblocks</module>
<module>currency-converter</module>
<module>currency-converter-corba</module>
<module>currency-converter-jms</module>
|