This section describes changes that are required if you are trying to change your 3.5 plug-in to adopt the 3.6 mechanisms and APIs.
As of 3.6, the IResource#setDerived(boolean)
is deprecated. IResource#setDerived(boolean, IProgressMonitor)
should be used instead and this change will be reported in a subsequent resource change event.