Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] API tooling for CDT 8.0 and CDT 7.0.1

Hi all,
 
just a reminder that now that we have moved to developing new CDT versions, you should update
your API baselines to the CDT 7.0 code for both 8.0 and 7.0.1.
 
There has already been some commits to CDT 8.0 that broke API tooling :-)
 
Here is how I do it, takes 30 seconds:
 
1- download CDT 7.0 from http://download.eclipse.org/tools/cdt/builds/7.0.0/I.I201006141710/index.html
2- unzip it in some directory (I create a CDT7.0 dir)
3- in eclipse go to Preferences->Plug-in Development->API Baselines
4- Press the Add Baselines... button
5- Name your new baseline (I use CDT7.0)
6- Choose the directory of point #2 and press OK
7- make sure the new baseline is the selected one.
 
Thanks
 
Marc
 

Back to the top