You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2009/02/18 10:30:29 UTC

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

Author: jstrachan
Date: Wed Feb 18 09:30:29 2009
New Revision: 745452

URL: http://svn.apache.org/viewvc?rev=745452&view=rev
Log:
enabled the camel-web module in the build

Modified:
    camel/trunk/components/pom.xml

Modified: camel/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=745452&r1=745451&r2=745452&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Wed Feb 18 09:30:29 2009
@@ -73,7 +73,7 @@
     <module>camel-ognl</module>
     <module>camel-osgi</module>
     <module>camel-quartz</module>
-    <!--<module>camel-rest</module>-->
+    <module>camel-restlet</module>
     <module>camel-rmi</module>
     <module>camel-ruby</module>
     <module>camel-rss</module>
@@ -88,13 +88,13 @@
     <module>camel-stream</module>
     <!--<module>camel-supercsv</module>-->
     <module>camel-swing</module>
+    <module>camel-tagsoup</module>
     <module>camel-test</module>
     <module>camel-uface</module>
     <module>camel-velocity</module>
     <module>camel-xmlbeans</module>
     <module>camel-xmpp</module>
     <module>camel-xstream</module>
-    <module>camel-tagsoup</module>
-    <module>camel-restlet</module>
+    <module>camel-web</module>
   </modules>
 </project>