I am writing an Eclipse plugin, and I have a wizard that create my project.
When pressing menu -> New there are two options: Java Project and Project,only when I click on Project can choose my plugin project type.
Is it possible to make the new menu to contain my project type as well? like menu -> New will have three options: Java Project , XXX Project and Project?