Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] How to get the version of a feature installed in eclipse?

On Fri, Jan 28, 2011 at 12:12 PM, Octavio Cordova Limon/Mexico/IBM
<octavioc@xxxxxxxxxxx> wrote:
> I would like to get the version of a feature installed on eclipse from my
> code


If you are on top of Equinox/core.runtime, you can also use
org.eclipse.core.runtime.Platform.getBundleGroupProviders().  See how
we use them in
org.eclipse.ui.internal.ide.IDEWorkbenchPlugin.getFeatureInfos()

PW

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top