You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2013/01/14 03:08:13 UTC

[jira] [Resolved] (SM-2038) add osgi header to manifest

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

Jean-Baptiste Onofré resolved SM-2038.
--------------------------------------

    Resolution: Fixed
    
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira