Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Ensure that a plug-in is valid for Mars but not for Neon

On 02/24/2016 10:22 AM, Lars Vogel wrote:
What is the recommended way to define that a plug-in is valid only for Eclipse Mars but not for Eclipse Neon? I currently use a versionized manifest dependency to core.runtime with a max value but I'm not sure if that is the best approach.
A plugin doesn't really care if it's Neon or Mars, what matters is more the version of its dependencies. Instead of checking the version of core.runtime, it seems better to identify the bundle or package that makes the compatibility and to put the restriction on this one directly.

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top