You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2012/01/06 11:44:37 UTC

svn commit: r1228073 - /camel/trunk/components/pom.xml

Author: cmoulliard
Date: Fri Jan  6 10:44:37 2012
New Revision: 1228073

URL: http://svn.apache.org/viewvc?rev=1228073&view=rev
Log:
Add websocket module to the list

Modified:
    camel/trunk/components/pom.xml

Modified: camel/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=1228073&r1=1228072&r2=1228073&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Fri Jan  6 10:44:37 2012
@@ -145,6 +145,7 @@
     <module>camel-xmpp</module>
     <module>camel-xstream</module>
     <module>camel-zookeeper</module>
+    <module>camel-websocket</module>
   </modules>
   
 </project>