Return-Path: Delivered-To: apmail-ws-synapse-dev-archive@www.apache.org Received: (qmail 51952 invoked from network); 17 Sep 2007 13:11:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2007 13:11:45 -0000 Received: (qmail 37097 invoked by uid 500); 17 Sep 2007 13:11:37 -0000 Delivered-To: apmail-ws-synapse-dev-archive@ws.apache.org Received: (qmail 37053 invoked by uid 500); 17 Sep 2007 13:11:37 -0000 Mailing-List: contact synapse-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: synapse-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list synapse-dev@ws.apache.org Received: (qmail 37042 invoked by uid 500); 17 Sep 2007 13:11:37 -0000 Delivered-To: apmail-ws-synapse-cvs@ws.apache.org Received: (qmail 37039 invoked by uid 99); 17 Sep 2007 13:11:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 06:11:37 -0700 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; Mon, 17 Sep 2007 13:11:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1FAE41A9832; Mon, 17 Sep 2007 06:11:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r576412 - /webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/CloneMediatorFactory.java Date: Mon, 17 Sep 2007 13:11:23 -0000 To: synapse-cvs@ws.apache.org From: ruwan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070917131124.1FAE41A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ruwan Date: Mon Sep 17 06:11:21 2007 New Revision: 576412 URL: http://svn.apache.org/viewvc?rev=576412&view=rev Log: Fixing a lost import Modified: webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/CloneMediatorFactory.java Modified: webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/CloneMediatorFactory.java URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/CloneMediatorFactory.java?rev=576412&r1=576411&r2=576412&view=diff ============================================================================== --- webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/CloneMediatorFactory.java (original) +++ webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/CloneMediatorFactory.java Mon Sep 17 06:11:21 2007 @@ -1,12 +1,9 @@ package org.apache.synapse.config.xml; +import org.apache.axiom.om.OMAttribute; +import org.apache.axiom.om.OMElement; import org.apache.synapse.Mediator; -import org.apache.synapse.config.xml.endpoints.EndpointAbstractFactory; import org.apache.synapse.mediators.eip.splitter.CloneMediator; -import org.apache.synapse.mediators.eip.splitter.IterateMediator; -import org.apache.synapse.mediators.base.SequenceMediator; -import org.apache.axiom.om.OMElement; -import org.apache.axiom.om.OMAttribute; import javax.xml.namespace.QName; import java.util.Iterator; --------------------------------------------------------------------- To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org For additional commands, e-mail: synapse-dev-help@ws.apache.org