Provide a way to have an easier to read manifest
------------------------------------------------

                 Key: FELIX-2872
                 URL: https://issues.apache.org/jira/browse/FELIX-2872
             Project: Felix
          Issue Type: Improvement
          Components: Maven Bundle Plugin
            Reporter: Guillaume Nodet


It should be possible to have a easier to read generated manifest, with 
newlines after commas in comma separated list.
We'd still have to abide by the 80 charachters (or so) per line rule, something 
like:

{code}
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.databinding,
 org.eclipse.core.databinding.beans
{code}

This of course could be made optional / configurable.


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

Reply via email to