diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-18 10:01:23 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-18 10:01:23 +0000 |
commit | eb527d30e99e51415280767d09c96ea47786a242 (patch) | |
tree | f0ba944af279a6ff769a4a8268a4e849c5627292 /sandbox/travelsample | |
parent | 6879ef0cdd35022dfbcf36c4702da1fa5cbe1101 (diff) |
Add new launchers to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r-- | sandbox/travelsample/launchers/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/pom.xml b/sandbox/travelsample/launchers/pom.xml index 2bb2e8a31b..c575855690 100644 --- a/sandbox/travelsample/launchers/pom.xml +++ b/sandbox/travelsample/launchers/pom.xml @@ -59,6 +59,12 @@ <module>notification-ejb</module>
<module>notification-jms</module>
<module>notification-rmi</module>
+ <module>payment-java</module>
+ <module>payment-java-policy</module>
+ <module>payment-spring</module>
+ <module>payment-spring-scatag</module>
+ <module>payment-bpel</module>
+ <module>payment-groovy</module>
<module>policy</module>
</modules>
</profile>
|