Author: ningjiang
Date: Mon Apr 7 21:46:22 2008
New Revision: 645763
URL: http://svn.apache.org/viewvc?rev=645763&view=rev
Log:
Removed the camel-spring-integration module to fix the build
Modified:
activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java
activemq/camel/trunk/components/pom.xml
Modified:
activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java?rev=645763&r1=645762&r2=645763&view=diff
==============================================================================
---
activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java
(original)
+++
activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java
Mon Apr 7 21:46:22 2008
@@ -43,7 +43,7 @@
// Now we need to add the address, endpoint name, WSDL url or the SEI
to build up an endpoint
CxfEndpoint result = new CxfEndpoint(uri, remaining, this);
setProperties(result, parameters);
- // we can check the endpoint integration here
+ // We can check the endpoint integration here
return result;
}
Modified: activemq/camel/trunk/components/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/pom.xml?rev=645763&r1=645762&r2=645763&view=diff
==============================================================================
--- activemq/camel/trunk/components/pom.xml (original)
+++ activemq/camel/trunk/components/pom.xml Mon Apr 7 21:46:22 2008
@@ -77,8 +77,7 @@
<module>camel-velocity</module>
<module>camel-xmlbeans</module>
<module>camel-xmpp</module>
- <module>camel-xstream</module>
- <module>camel-spring-integration</module>
+ <module>camel-xstream</module>
</modules>
</project>