diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-28 13:00:21 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-28 13:00:21 +0000 |
commit | 1ce1401c95a39865890c51a098a83e7465fff764 (patch) | |
tree | 4d4756e2f190f7a42302849b193a27af4e4a400f /sca-java-1.x/trunk/tutorials | |
parent | e04ce068d7a04636ecfe97ff6a44ef87464065b5 (diff) |
add payment-python to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928395 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-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 b6ed09447a..3b97710578 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml @@ -92,6 +92,7 @@ <module>payment-bpel-process</module>
<module>payment-bpel</module>
<module>payment-groovy</module>
+ <module>payment-python</module>
<module>policy-client</module>
<module>trip-policy</module>
</modules>
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 c524712992..9366c3309a 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml @@ -70,6 +70,7 @@ <module>payment-spring-scatag</module>
<module>payment-bpel</module>
<module>payment-groovy</module>
+ <module>payment-python</module>
<module>policy</module>
</modules>
</profile>
|