When I use the Import as Project from my Perforce depot view, a new
project is created in the Navigator view. This project is not associated
with any natures or builders. I want to associate this project with a
Nature and builder I have. I want this to be done as soon as the project
is created. I tried to add a ResourceChangeListener to the Workspace, but
I cannot do project.setDescription() in this listener as the ResourceTree
is locked.
Where should I be doing this modification of the porject ? Where am I
supposed to hook ?