Adopting 3.6 mechanisms and APIs

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.

  1. Use IResource#setDerived(boolean, IProgressMonitor)

1. Use IResource#setDerived(boolean, IProgressMonitor)

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.