IProject.addNature
and should not be called directly by clients. The nature extension id is added to the list of natures on the project by IProject.addNature
, and need not be added here. All subtypes must call super.
@exception CoreException if this method fails.
|
|