You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/12/04 17:49:13 UTC

cxf-fediz git commit: Fixing OSGi exports

Repository: cxf-fediz
Updated Branches:
  refs/heads/master e711dc8ff -> f0146fd6a


Fixing OSGi exports


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/f0146fd6
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/f0146fd6
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/f0146fd6

Branch: refs/heads/master
Commit: f0146fd6aefc1fddeb2b7508a0ec31e368530688
Parents: e711dc8
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Dec 4 16:49:05 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Dec 4 16:49:05 2015 +0000

----------------------------------------------------------------------
 plugins/cxf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/f0146fd6/plugins/cxf/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index 0e221d0..93e687f 100644
--- a/plugins/cxf/pom.xml
+++ b/plugins/cxf/pom.xml
@@ -118,7 +118,7 @@
                         </Export-Package>
                         <Import-Package>
                             !org.apache.cxf.fediz.spring*,
-                            org.apache.cxf.fediz.core.*,
+                            org.apache.cxf.fediz.cxf.*,
                             *;resolution:=optional
                         </Import-Package>
                     </instructions>