summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-15 21:59:37 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-15 21:59:37 +0000
commit344bc76bba5f48b3476a8fc49d68bd3392703518 (patch)
treeaffd2d2c4d29943dd91d7c99e45fb74d1d3bbbbf /sandbox
parentf95ef118b94dab991775bed181afc8a10e4a20c6 (diff)
Added EJB binding related projects into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/travelsample/contributions/pom.xml1
-rw-r--r--sandbox/travelsample/launchers/pom.xml1
-rw-r--r--sandbox/travelsample/services/pom.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/travelsample/contributions/pom.xml b/sandbox/travelsample/contributions/pom.xml
index 088b2c6f2c..34bb5c2dd6 100644
--- a/sandbox/travelsample/contributions/pom.xml
+++ b/sandbox/travelsample/contributions/pom.xml
@@ -64,6 +64,7 @@
<module>notification-contribution</module>
<module>notification-ws-contribution</module>
<module>notification-corba-contribution</module>
+ <module>notification-ejb-contribution</module>
<module>notification-rmi-contribution</module>
<module>shoppingcart-contribution</module>
<module>travelcatalog-contribution</module>
diff --git a/sandbox/travelsample/launchers/pom.xml b/sandbox/travelsample/launchers/pom.xml
index 84ad01e95f..b65ca2fc6a 100644
--- a/sandbox/travelsample/launchers/pom.xml
+++ b/sandbox/travelsample/launchers/pom.xml
@@ -48,6 +48,7 @@
<module>fullapp-launcher</module>
<module>notification-ws-launcher</module>
<module>notification-corba-launcher</module>
+ <module>notification-ejb-launcher</module>
<module>notification-rmi-launcher</module>
</modules>
</profile>
diff --git a/sandbox/travelsample/services/pom.xml b/sandbox/travelsample/services/pom.xml
index 7ec1f1ba12..130fcf77b9 100644
--- a/sandbox/travelsample/services/pom.xml
+++ b/sandbox/travelsample/services/pom.xml
@@ -40,6 +40,7 @@
<module>creditcard-payment-jaxws-service</module>
<module>smsgateway-jaxws-service</module>
<module>smsgateway-corba-service</module>
+ <module>smsgateway-ejb-service</module>
<module>smsgateway-rmi-service</module>
</modules>
</profile>