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 <chris@die-schneider.net>
Authored: Mon Apr 10 12:43:20 2017 +0200
Committer: Christian Schneider <chris@die-schneider.net>
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
|