Hi,
in case somebody is interested, the only way that I
found to update to PTP 6 and still use my projects with
all the configuration settings (except for the sync
settings, which I was forced to reset) was:
1) Install the new version of Eclipse/PTP (*), create a
new empty workspace
2) Before importing my project from the old workspace,
modify the .project file by removing the line:
<nature>org.eclipse.ptp.rdt.sync.core.remoteSyncNature</nature>
3) Import the old project
4) Convert the imported project to a Synchronized
project, de-selecting all the configurations
5) In the properties of the project, manually set all
the details for each configuration in the C/C++
Build/Synchronize menu
The good point of this procedure is that I didn't have
to reset the .cproject file, since I have around one
hundred configurations, but I still had to reset the
Synchronization settings.
(*) By the way, the Juno version of Eclipse (4.2) is
unusable for me (see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272),
so I installed Eclipse 3.8 and then PTP 6.0.1 from the
Juno repository. By the moment it works.
Regards,
Gianluca Bertaina