On 10/31/07, Scott Lewis <[EMAIL PROTECTED]> 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 _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
