Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] feature.getVersionedIdentifier().getVersion().toString() is deprecated but not way to get at non-deprecated alternative

feature.getVersionedIdentifier().getVersion().toString() is deprecated.

The alternative listed in Javadoc for PluginVersionIdentifier is to
use org.osgi.framework.Version.

However I am unable to work out how to get an
org.osgi.framework.Version from the feature.

Anyone able to point me in the right direction?
(tips on how to self help this information out would be appreciated too)

Cheers
Barrie


Back to the top