Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] [sec] questions about EE for security

On 10/31/07, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
>  Right, so bundles that require those packages to compile or run would have
> to specify EE of JRE 1.4 (or higher)...in other words they can't specifiy
> 1.1 and be assured of getting those optional packages.  Please correct if
> this is wrong in any way.

Well, you could just declare an Import-Package and get by with that.
If they don't have a bundle that exports that package then your
consumers are out of luck. eRCP's bundles has Import-Package
"statements" (or whatever the appropriate word in OSGi speak is) for
XML packages.

Regards,
Rem


Back to the top