Skip to main content

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

I can't help but ask why you need to know? Each plug-in has it's own version number. CDT 6.0 is more a marketing name.

Doug.

On Tue, Jun 9, 2009 at 4:40 PM, Elena Laskavaia <elaskavaia@xxxxxxx> wrote:
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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top