summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/clients/pom.xml
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-05-19 14:53:11 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-05-19 14:53:11 +0000
commitf0eea03244c1daca43abf7d77cf679931b7ff212 (patch)
treeac3da794747d35dda94bf797cf6ebf687d59fa2f /sandbox/travelsample/clients/pom.xml
parent56962bd0f2027fe89047905b9b7e2e24131b7178 (diff)
Initial commit of an RMI client that can invoke the currency converter RMI service
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776346 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 50603b4846..a1a574c55a 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-rmi-client</modue>
<module>currency-converter-ws-jaxws-client</module>
</modules>
</profile>