Repository: cxf Updated Branches: refs/heads/master 66cc4a4e3 -> 42c92465a
[CXF-5958]incorrect OSGi header in cxf-core bundle (cherry picked from commit aca3b4670d7819594fb8b03154d19cdf9b4a4b01) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/42c92465 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/42c92465 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/42c92465 Branch: refs/heads/master Commit: 42c92465aae618d049e881de97142c0220e6b3ae Parents: 66cc4a4 Author: Freeman Fang <[email protected]> Authored: Mon Aug 18 14:14:53 2014 +0800 Committer: Freeman Fang <[email protected]> Committed: Mon Aug 18 14:17:54 2014 +0800 ---------------------------------------------------------------------- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/42c92465/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index d1b306a..83ec6f8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -65,7 +65,7 @@ org.apache.aries.blueprint.NamespaceHandler;osgi.service.blueprint.namespace="http://cxf.apache.org/blueprint/core", org.apache.aries.blueprint.NamespaceHandler;osgi.service.blueprint.namespace="http://cxf.apache.org/configuration/beans", org.apache.aries.blueprint.NamespaceHandler;osgi.service.blueprint.namespace="http://cxf.apache.org/configuration/parameterized-types", - org.apache.aries.blueprint.NamespaceHandler;osgi.service.blueprint.namespace="http://cxf.apache.org/configuration/security" + org.apache.aries.blueprint.NamespaceHandler;osgi.service.blueprint.namespace="http://cxf.apache.org/configuration/security", org.apache.aries.blueprint.NamespaceHandler;osgi.service.blueprint.namespace="http://schemas.xmlsoap.org/wsdl/", </cxf.export.service> </properties>
