Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0CA2C200C52 for ; Mon, 10 Apr 2017 12:43:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0B33D160B99; Mon, 10 Apr 2017 10:43:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 79453160B85 for ; Mon, 10 Apr 2017 12:43:28 +0200 (CEST) Received: (qmail 50959 invoked by uid 500); 10 Apr 2017 10:43:26 -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 50950 invoked by uid 99); 10 Apr 2017 10:43:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2017 10:43:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 26E4CE024D; Mon, 10 Apr 2017 10:43:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cschneider@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cxf-dosgi git commit: [DOSGI-262] Fix unresolved package Date: Mon, 10 Apr 2017 10:43:26 +0000 (UTC) archived-at: Mon, 10 Apr 2017 10:43:29 -0000 Repository: cxf-dosgi Updated Branches: refs/heads/master 29ba65206 -> 2e016b755 [DOSGI-262] Fix unresolved package Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/2e016b75 Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/2e016b75 Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/2e016b75 Branch: refs/heads/master Commit: 2e016b755d4919226960db753ffeea0ab782e8a3 Parents: 29ba652 Author: Christian Schneider Authored: Mon Apr 10 12:43:20 2017 +0200 Committer: Christian Schneider Committed: Mon Apr 10 12:43:20 2017 +0200 ---------------------------------------------------------------------- common/bnd.bnd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/2e016b75/common/bnd.bnd ---------------------------------------------------------------------- diff --git a/common/bnd.bnd b/common/bnd.bnd index 88689ec..c036a77 100644 --- a/common/bnd.bnd +++ b/common/bnd.bnd @@ -5,5 +5,6 @@ Export-Package: \ org.apache.cxf.dosgi.common.httpservice,\ org.apache.cxf.dosgi.common.intent,\ org.apache.cxf.dosgi.common.proxy,\ - org.apache.cxf.dosgi.common.util + org.apache.cxf.dosgi.common.util,\ + org.apache.cxf.dosgi.common.api