You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Stuart McCulloch (JIRA)" <ji...@apache.org> on 2008/01/09 18:08:33 UTC

[jira] Work started: (FELIX-451) By default remove the Include-Resource header from the generated manifest

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

Work on FELIX-451 started by Stuart McCulloch.

> By default remove the Include-Resource header from the generated manifest
> -------------------------------------------------------------------------
>
>                 Key: FELIX-451
>                 URL: https://issues.apache.org/jira/browse/FELIX-451
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>    Affects Versions: 1.0.0
>            Reporter: Stuart McCulloch
>            Assignee: Stuart McCulloch
>            Priority: Trivial
>
> The latest version of Bnd supports removal of headers from the final generated manifest, after all the processing has been done.
> Because the Include-Resource header is not required at runtime and is often verbose for Maven projects with several resources, I suggest we remove it by default. Users who want to keep the Include-Resource header, or remove other headers can override this default by using:
>       <instructions>
>         <_removeheaders> ... comma separated list of headers ... </_removeheaders>
>       </instructions>
> in their BND instructions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.