> however, I'm surprised you have java.* packages appearing in your
> Import-Package
> because the Bnd tool has an explicit section of code where these should be
> removed
Well, you're right, I only have imports with javax.* packages, and
never with java.* packages :-)
Thanks for explanations
Da
On 26/10/2007, Damien Lecan <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I'm using maven-bundle-plugin to embed non osgi dependencies in my
> applications.
>
> Some times, java.* or javax.* packages appear in import-package,
> depending on the embedded dependency.
>
> Theses imported packages are the
Hello,
I'm using maven-bundle-plugin to embed non osgi dependencies in my applications.
Some times, java.* or javax.* packages appear in import-package,
depending on the embedded dependency.
Theses imported packages are the JDK 1.6 I'm using to compile, so I
don't understand why they appear as i