I have a custom project nature and created a new project that has this new custom nature. What I am trying to do now, is extend the properties of that project, so when it is selected e.g. in package explorer view, not only the standard project properties are shown in the (standard) property-view but also customized ones (like the nature of the selected project - but only for a project that has my custom nature)
Is this possible with standard eclipse extension points? I have doubts since I don't have my own class where I could register a property-descriptor, just a new nature.