Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7EDE3C546 for ; Mon, 9 Sep 2013 08:06:57 +0000 (UTC) Received: (qmail 89631 invoked by uid 500); 9 Sep 2013 08:06:55 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 89257 invoked by uid 500); 9 Sep 2013 08:06:47 -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 89245 invoked by uid 99); 9 Sep 2013 08:06:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 08:06:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 09 Sep 2013 08:06:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 28A602388831; Mon, 9 Sep 2013 08:06:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1520985 - /cxf/trunk/services/xkms/xkms-client/pom.xml Date: Mon, 09 Sep 2013 08:06:23 -0000 To: commits@cxf.apache.org From: cschneider@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130909080623.28A602388831@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cschneider Date: Mon Sep 9 08:06:22 2013 New Revision: 1520985 URL: http://svn.apache.org/r1520985 Log: CXF-5259 Workaround for xkms bug in Eclipse RCP Modified: cxf/trunk/services/xkms/xkms-client/pom.xml Modified: cxf/trunk/services/xkms/xkms-client/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/services/xkms/xkms-client/pom.xml?rev=1520985&r1=1520984&r2=1520985&view=diff ============================================================================== --- cxf/trunk/services/xkms/xkms-client/pom.xml (original) +++ cxf/trunk/services/xkms/xkms-client/pom.xml Mon Sep 9 08:06:22 2013 @@ -49,6 +49,24 @@ + + + org.apache.felix + maven-bundle-plugin + true + + + + javax.xml.ws, + * + + + !* + + + + +