You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Niclas Hedhman (JIRA)" <ji...@apache.org> on 2006/05/15 07:13:07 UTC

[jira] Updated: (FELIX-73) whitespace removal in certain Manifest entries in maven-osgi-plugin

     [ http://issues.apache.org/jira/browse/FELIX-73?page=all ]

Niclas Hedhman updated FELIX-73:
--------------------------------

    Attachment: maven-osgi-plugin.patch

Provided a patch which does this for 
 export package
 export service
 import package
 dynamic import package
 fragment host
 require bundle
 bundle symbolic name
 bundle activator

Not sure if this is the right set, need to cross-ref with the spec to be exhaustive.

> whitespace removal in certain Manifest entries in maven-osgi-plugin
> -------------------------------------------------------------------
>
>          Key: FELIX-73
>          URL: http://issues.apache.org/jira/browse/FELIX-73
>      Project: Felix
>         Type: Improvement

>     Versions: 0.8.0
>     Reporter: Niclas Hedhman
>     Priority: Minor
>  Attachments: maven-osgi-plugin.patch
>
> I find it somewhat annoying that configuration of the manifest in the pom.xml must contain elements without whitespace, or it will not work. For instance;
> One can not write
> <exportPackages>
>   org.hedhman.habba,
>   org.hedhman.zout,
>   org.hedhman.plouk,
>   org.hedhman.tounga
> </exportPackages>
> and must write them in a single line.
> By removal of all whitespace in some of the manifest entries, one can oversome this very easily.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira