Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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



Back to the top