Author: cschneider Date: Thu Jun 2 07:51:31 2011 New Revision: 1130426 URL: http://svn.apache.org/viewvc?rev=1130426&view=rev Log: CAMEL-2389 Adding the new camel-cxf-transports to the modules so it is included 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=1130426&r1=1130425&r2=1130426&view=diff ============================================================================== --- camel/trunk/components/pom.xml (original) +++ camel/trunk/components/pom.xml Thu Jun 2 07:51:31 2011 @@ -45,6 +45,7 @@ <module>camel-http4</module> <module>camel-jetty</module> <module>camel-cxf</module> + <module>camel-cxf-transport</module> <module>camel-web</module> <module>camel-web-standalone</module> <module>camel-jms</module>