[ 
https://issues.apache.org/jira/browse/SM-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041577#comment-13041577
 ] 

Jean-Baptiste Onofré commented on SM-2038:
------------------------------------------

I checked the descriptor and added OSGI-INF/bundle.info in ServiceMix Utils:

Committing to https://svn.apache.org/repos/asf/servicemix/utils/trunk ...
        M       pom.xml
        A       src/main/resources/OSGI-INF/bundle.info
Committed r1129667


> add <Bundle-Description> osgi header to manifest
> ------------------------------------------------
>
>                 Key: SM-2038
>                 URL: https://issues.apache.org/jira/browse/SM-2038
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: samples, servicemix-bean, servicemix-bpe, 
> servicemix-camel, servicemix-common, servicemix-components, servicemix-core, 
> servicemix-cxf-bc, servicemix-cxf-se, servicemix-drools, servicemix-eip, 
> servicemix-file, servicemix-ftp, servicemix-http, servicemix-jbi, 
> servicemix-jms, servicemix-jsr181, servicemix-lwcontainer, servicemix-mail, 
> servicemix-osworkflow, servicemix-quartz, servicemix-saxon, servicemix-sca, 
> servicemix-script, servicemix-scripting, servicemix-smpp, servicemix-snmp, 
> servicemix-soap, servicemix-truezip, servicemix-utils, servicemix-validation, 
> servicemix-vfs, servicemix-web-console, servicemix-wsn2005, servicemix-xmpp
>    Affects Versions: 4.0
>            Reporter: Lars Heinemann
>            Assignee: Jean-Baptiste Onofré
>
> To make our bundles more self-documenting we should add the osgi header 
> "Bundle-Description" to the manifest of our bundles. This header should be 
> filled with the pom description. If the description is not existing or not 
> sufficient it should be added/improved as well.
> {code}
> In the pom:
>    <description>PUT IN A SUFFICIENT DESCRIPTION HERE WHICH DESCRIBES THE 
> FEATURES THIS BUNDLE OFFERS...</description>
> In the Felix plugin configuration:
>    <Bundle-Description>${project.description}</Bundle-Description>
> {code}
> The header has been already added to all poms, but the description needs 
> attention everywhere!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to