Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT version number

It was not changed to 6.0 probably because there was no API breakage. Feature version would be more relevant in this case,
but I don't know how to get it.

Beth Tibbitts wrote:
What is a good way to determine the current version of CDT, programmatically?

I was doing this:
Bundle cdtBundle=Platform./getBundle/("org.eclipse.cdt.core");
String version = (String) cdtBundle.getHeaders().get(org.osgi.framework.Constants./BUNDLE_VERSION/);
System./out/.println("CDT version: "+version);

But cdt.core still reports version: 5.1.0.200906081036
Should this be a 6.0.* number, or has nothing changed in this plugin?
Is there a better way to query the CDT version?  feature?


...Beth

Beth Tibbitts (859) 243-4981 (TL 545-4981)
Eclipse Parallel Tools Platform http://eclipse.org/ptp
Mailing Address: IBM Corp., Coldstream Research Campus, 745 West New Circle Road, Lexington, KY 40511


------------------------------------------------------------------------

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top