diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-29 07:48:42 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-29 07:48:42 +0000 |
commit | c3e13d4fd35bdc48dc94f8215a953d9ef760a4a4 (patch) | |
tree | 1d31dbf617a2fdecf1216efb674c6dfe24dafd3e | |
parent | 10483772ad356ee789f109b50ef37bf73f2c69f9 (diff) |
Update pom.xml files to add "using" contribution and "using" launcher
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928625 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml | 1 | ||||
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml index 3b97710578..f6475d0db8 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml @@ -95,6 +95,7 @@ <module>payment-python</module>
<module>policy-client</module>
<module>trip-policy</module>
+ <module>using</module>
</modules>
</profile>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml index 9366c3309a..caf076997c 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml @@ -72,6 +72,7 @@ <module>payment-groovy</module>
<module>payment-python</module>
<module>policy</module>
+ <module>using</module>
</modules>
</profile>
|