What is the standard way to automatically add a project nature to a project,
one way would be to use an IResourceChangeListener and then check the
contents of an open project to see if the particular custom nature should be
added. If that is the correct way, where would I implement a global resource
IResourceChangeListener to carry out the modification.
On 26.09.2012 17:34, Drew wrote:
> What is the standard way to automatically add a project nature to a
> project, one way would be to use an IResourceChangeListener and then
> check the contents of an open project to see if the particular custom
> nature should be added. If that is the correct way, where would I
> implement a global resource IResourceChangeListener to carry out the
> modification.
Do you want to add the nature when creating a new project?