You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (Updated) (JIRA)" <ji...@apache.org> on 2011/12/05 04:41:39 UTC

[jira] [Updated] (SMX4-998) cleanup cxf related examples to remove unnecessary package/resource import and Required-Bundle

     [ https://issues.apache.org/jira/browse/SMX4-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang updated SMX4-998:
------------------------------

    Description: 
remove unnecessary 
<Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
and 
<import resource="classpath:META-INF/cxf/osgi/cxf-extension-osgi.xml" />

also
<import resource="classpath:META-INF/cxf/cxf.xml" />
META-INF.cxf,
are not necessary for all cxf related examples

  was:
remove unnecessary package import like
META-INF.cxf,
META-INF.cxf.osgi,
org.apache.cxf.bus,
org.apache.cxf.bus.spring,
org.apache.cxf.bus.resource,
org.apache.cxf.resource,
org.apache.cxf.configuration.spring,
org.apache.cxf.binding,
org.apache.cxf.jaxrs.utils,
org.apache.cxf.transport.http,

<Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
and 
<import resource="classpath:META-INF/cxf/cxf.xml" />
<import resource="classpath:META-INF/cxf/osgi/cxf-extension-osgi.xml" />

    
> cleanup cxf related examples to remove unnecessary package/resource import and Required-Bundle
> ----------------------------------------------------------------------------------------------
>
>                 Key: SMX4-998
>                 URL: https://issues.apache.org/jira/browse/SMX4-998
>             Project: ServiceMix 4
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>
> remove unnecessary 
> <Require-Bundle>org.apache.cxf.bundle</Require-Bundle>
> and 
> <import resource="classpath:META-INF/cxf/osgi/cxf-extension-osgi.xml" />
> also
> <import resource="classpath:META-INF/cxf/cxf.xml" />
> META-INF.cxf,
> are not necessary for all cxf related examples

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira