You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2006/05/25 16:23:30 UTC

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

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

    Resolution: Fixed

I have incorporated Niclas' patch modulo some minor changes:

   osgi.whoUses ==> osgi.references
   excludeImport ==> ignorePackage


> 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

>   Components: Maven OSGi Plugin
>     Versions: 0.8.0
>     Reporter: Niclas Hedhman
>     Priority: Minor
>  Attachments: OsgiJarMojo.java.patch, OsgiJarMojo.java.patch2, OsgiManifest.java.patch, 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