You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2011/08/15 11:34:20 UTC

svn commit: r1157749 - in /camel/trunk/examples/camel-example-loan-broker: ./ src/main/resources/META-INF/spring/ src/test/java/org/apache/camel/loanbroker/queue/version/

Author: davsclaus
Date: Mon Aug 15 09:34:20 2011
New Revision: 1157749

URL: http://svn.apache.org/viewvc?rev=1157749&view=rev
Log:
Removed failing tests on CI servers.

Removed:
    camel/trunk/examples/camel-example-loan-broker/src/main/resources/META-INF/spring/queueCamelContext.xml
    camel/trunk/examples/camel-example-loan-broker/src/test/java/org/apache/camel/loanbroker/queue/version/LoanBrokerQueueContainerTestClient.java
    camel/trunk/examples/camel-example-loan-broker/src/test/java/org/apache/camel/loanbroker/queue/version/LoanBrokerQueueServerTest.java
Modified:
    camel/trunk/examples/camel-example-loan-broker/pom.xml

Modified: camel/trunk/examples/camel-example-loan-broker/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-loan-broker/pom.xml?rev=1157749&r1=1157748&r2=1157749&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-loan-broker/pom.xml (original)
+++ camel/trunk/examples/camel-example-loan-broker/pom.xml Mon Aug 15 09:34:20 2011
@@ -39,7 +39,7 @@
 			org.apache.activemq.xbean,org.apache.activemq.broker,org.apache.activemq.pool
     </camel.osgi.import.additional>
 		<!-- to avoid us import bunch of cxf package -->
-                <camel.osgi.dynamic>*</camel.osgi.dynamic>
+    <camel.osgi.dynamic>*</camel.osgi.dynamic>
 	</properties>
 
 	<dependencies>