Return-Path: Delivered-To: apmail-activemq-camel-commits-archive@locus.apache.org Received: (qmail 26508 invoked from network); 6 Feb 2008 07:03:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 07:03:42 -0000 Received: (qmail 6244 invoked by uid 500); 6 Feb 2008 07:03:34 -0000 Delivered-To: apmail-activemq-camel-commits-archive@activemq.apache.org Received: (qmail 6225 invoked by uid 500); 6 Feb 2008 07:03:34 -0000 Mailing-List: contact camel-commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-commits@activemq.apache.org Received: (qmail 6216 invoked by uid 99); 6 Feb 2008 07:03:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 23:03:34 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 07:03:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B13011A9832; Tue, 5 Feb 2008 23:03:21 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r618912 - /activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java Date: Wed, 06 Feb 2008 07:03:21 -0000 To: camel-commits@activemq.apache.org From: hadrian@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080206070321.B13011A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hadrian Date: Tue Feb 5 23:03:19 2008 New Revision: 618912 URL: http://svn.apache.org/viewvc?rev=618912&view=rev Log: Remove unused imports. Modified: activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java Modified: activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java?rev=618912&r1=618911&r2=618912&view=diff ============================================================================== --- activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java (original) +++ activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/RouteBuilderRefTest.java Tue Feb 5 23:03:19 2008 @@ -17,24 +17,9 @@ package org.apache.camel.spring.config; import org.apache.camel.CamelContext; -import org.apache.camel.Endpoint; -import org.apache.camel.Processor; -import org.apache.camel.Route; -import org.apache.camel.TestSupport; import org.apache.camel.spring.config.XmlConfigTestSupport; -import org.apache.camel.model.RouteType; -import org.apache.camel.model.FromType; -import org.apache.camel.model.ProcessorType; -import org.apache.camel.impl.EventDrivenConsumerRoute; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; -import org.springframework.beans.factory.xml.XmlBeanDefinitionReader; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; -import org.springframework.context.support.GenericApplicationContext; -import org.springframework.core.io.ClassPathResource; - -import java.util.List; /** * @version $Revision: 566917 $