Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT version reported incorrectly?

Ah, that's the version of the org.eclipse.cdt plug-in. We are only
upversioning the plug-ins if they change. This, our branding plugin, hardly
ever changes. So yes, it still reports 4.0.0.

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com


> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Beth Tibbitts
> Sent: Wednesday, November 07, 2007 11:10 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] CDT version reported incorrectly?
> 
> 
> The CDT built yesterday reports its version as: CDT version:
> 4.0.0.200711060801
> 4.0.0    instead of 4.0.2 .....
> 
> Printed as follows:
> Bundle cdtBundle=Platform......getBundle("org.eclipse.cdt");
> String version = (String) cdtBundle.getHeaders().get
> (org.osgi.framework.Constants.BUNDLE_VERSION);
> System.out.println("CDT version: "+version);
> 
> ...Beth
> 
> Beth Tibbitts  (859) 243-4981  (TL 545-4981)
> High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
> IBM T.J.Watson Research Center
> Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top