summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/clients/pom.xml
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-05-19 20:22:02 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-05-19 20:22:02 +0000
commit0e0aa3e9b9596964ce91058fe8c06dee7d95032e (patch)
tree9f41746d8ca121fc5de6042bc3202f45195437a6 /sandbox/travelsample/clients/pom.xml
parent1ae1a4992c9e2d7777a4c6c213217f47c620b056 (diff)
Initial commit of currency converter CORBA client that will access the CORBA interface exposed by the currency converter CORBA service
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/clients/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/travelsample/clients/pom.xml b/sandbox/travelsample/clients/pom.xml
index 56ecd4aa42..da97615723 100644
--- a/sandbox/travelsample/clients/pom.xml
+++ b/sandbox/travelsample/clients/pom.xml
@@ -36,6 +36,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>currency-converter-corba-client</module>
<module>currency-converter-rmi-client</module>
<module>currency-converter-ws-jaxws-client</module>
</modules>