diff options
Diffstat (limited to '')
-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>
|