Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 82404 invoked from network); 11 Jun 2010 19:54:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jun 2010 19:54:16 -0000 Received: (qmail 20683 invoked by uid 500); 11 Jun 2010 19:54:16 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 20599 invoked by uid 500); 11 Jun 2010 19:54:15 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 20592 invoked by uid 99); 11 Jun 2010 19:54:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 19:54:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 19:54:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9824F2388A3C; Fri, 11 Jun 2010 19:53:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r953849 - in /cxf/trunk/distribution/bundle: all/pom.xml minimal/pom.xml Date: Fri, 11 Jun 2010 19:53:30 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100611195330.9824F2388A3C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri Jun 11 19:53:30 2010 New Revision: 953849 URL: http://svn.apache.org/viewvc?rev=953849&view=rev Log: Make mina import optional Modified: cxf/trunk/distribution/bundle/all/pom.xml cxf/trunk/distribution/bundle/minimal/pom.xml Modified: cxf/trunk/distribution/bundle/all/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/all/pom.xml?rev=953849&r1=953848&r2=953849&view=diff ============================================================================== --- cxf/trunk/distribution/bundle/all/pom.xml (original) +++ cxf/trunk/distribution/bundle/all/pom.xml Fri Jun 11 19:53:30 2010 @@ -284,6 +284,7 @@ org.apache.commons.lang*;resolution:=optional, org.apache.commons.codec*;resolution:=optional, org.apache.log4j*;resolution:=optional, + org.apache.mina*;resolution:=optional, org.apache.velocity*;resolution:=optional, org.apache.xmlbeans*;resolution:=optional, org.apache.xml.security*;resolution:=optional, Modified: cxf/trunk/distribution/bundle/minimal/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/minimal/pom.xml?rev=953849&r1=953848&r2=953849&view=diff ============================================================================== --- cxf/trunk/distribution/bundle/minimal/pom.xml (original) +++ cxf/trunk/distribution/bundle/minimal/pom.xml Fri Jun 11 19:53:30 2010 @@ -186,6 +186,7 @@ org.apache.commons.lang*;resolution:=optional, org.apache.commons.codec*;resolution:=optional, org.apache.log4j*;resolution:=optional, + org.apache.mina*;resolution:=optional, org.apache.velocity*;resolution:=optional, org.apache.xmlbeans*;resolution:=optional, org.apache.xml.security*;resolution:=optional,