summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/pom.xml
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-13 14:35:59 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-13 14:35:59 +0000
commitc5c2ad8739e959e3e847aec2659200d871ef1be2 (patch)
treecd7d4e15fcc5e1d808aabc4547333b246f41b455 /sandbox/travelsample/launchers/pom.xml
parentc3fd6d1a36b46cfe5c609ee5c9a59c6c31f1898b (diff)
Added a launcher for the currency converter that specifies no bindings so will use the default binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/launchers/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/pom.xml b/sandbox/travelsample/launchers/pom.xml
index 49509691f2..732508bb38 100644
--- a/sandbox/travelsample/launchers/pom.xml
+++ b/sandbox/travelsample/launchers/pom.xml
@@ -37,6 +37,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>currency-converter-launcher</module>
<module>currency-converter-corba-launcher</module>
<module>currency-converter-rmi-launcher</module>
<module>currency-converter-ws-launcher</module>