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/30 11:09:34 UTC

[jira] Assigned: (FELIX-476) Improve default Export-Package (used when no Export-Package and Private-Package is set)

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

Stuart McCulloch reassigned FELIX-476:
--------------------------------------

    Assignee: Stuart McCulloch

> Improve default Export-Package (used when no Export-Package and Private-Package is set)
> ---------------------------------------------------------------------------------------
>
>                 Key: FELIX-476
>                 URL: https://issues.apache.org/jira/browse/FELIX-476
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>    Affects Versions: 1.2.0
>            Reporter: Stuart McCulloch
>            Assignee: Stuart McCulloch
>            Priority: Minor
>             Fix For: 1.2.1
>
>
> Currently the default Export-Package (used when no Export-Package and Private-Package is set) is
>    Export-Package: <groupId>.<artifactId>.*
> this default could be improved to use Bundle-SymbolicName (which by default is <groupId>.<artifactId>)
>    Export-Package: <bsn>.*
> which would allow a bit more flexibility (say when the groupId and artifactId overlap) while keeping the simple
> default. We should also do some replacement of invalid characters (ie. '-') to ensure it's a valid namespace.

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