Author: mcombellack
Date: Tue May 19 19:13:02 2009
New Revision: 776419
URL: http://svn.apache.org/viewvc?rev=776419&view=rev
Log:
Fixed a spelling error in </module>
Modified:
tuscany/sandbox/travelsample/clients/pom.xml
Modified: tuscany/sandbox/travelsample/clients/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sandbox/travelsample/clients/pom.xml?rev=776419&r1=776418&r2=776419&view=diff
==============================================================================
--- tuscany/sandbox/travelsample/clients/pom.xml (original)
+++ tuscany/sandbox/travelsample/clients/pom.xml Tue May 19 19:13:02 2009
@@ -36,7 +36,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>currency-converter-rmi-client</modue>
+ <module>currency-converter-rmi-client</module>
<module>currency-converter-ws-jaxws-client</module>
</modules>
</profile>