Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 30775 invoked from network); 9 Mar 2010 00:27:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 00:27:13 -0000 Received: (qmail 79430 invoked by uid 500); 9 Mar 2010 00:26:48 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 79385 invoked by uid 500); 9 Mar 2010 00:26:48 -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 79378 invoked by uid 99); 9 Mar 2010 00:26:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 00:26:48 +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; Tue, 09 Mar 2010 00:26:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 627F023889E2; Tue, 9 Mar 2010 00:26:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r920587 - in /cxf/trunk/distribution/bundle: all/pom.xml minimal/pom.xml Date: Tue, 09 Mar 2010 00:26:25 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100309002625.627F023889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Tue Mar 9 00:26:24 2010 New Revision: 920587 URL: http://svn.apache.org/viewvc?rev=920587&view=rev Log: [CXF-2696] Fix dynamic imports Patch from S. Ali Tokmen applied 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=920587&r1=920586&r2=920587&view=diff ============================================================================== --- cxf/trunk/distribution/bundle/all/pom.xml (original) +++ cxf/trunk/distribution/bundle/all/pom.xml Tue Mar 9 00:26:24 2010 @@ -254,7 +254,9 @@ The Apache Software Foundation ${pom.version} + com.sun.xml.bind.api, com.sun.xml.bind.api.*, + com.sun.xml.internal.bind.api, com.sun.xml.internal.bind.api.*, com.ctc.wstx.*, org.apache.commons.logging.*, Modified: cxf/trunk/distribution/bundle/minimal/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/minimal/pom.xml?rev=920587&r1=920586&r2=920587&view=diff ============================================================================== --- cxf/trunk/distribution/bundle/minimal/pom.xml (original) +++ cxf/trunk/distribution/bundle/minimal/pom.xml Tue Mar 9 00:26:24 2010 @@ -155,7 +155,9 @@ ${pom.version} com.ctc.wstx.*, + com.sun.xml.bind.api, com.sun.xml.bind.api.*, + com.sun.xml.internal.bind.api, com.sun.xml.internal.bind.api.*, org.apache.commons.logging.*, org.slf4j.*,