diff options
-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>
|