I want to develop some project templates for a few common Java projects I work on.
Basically, I want to capture a few pieces of information in an extra Window, on the standard New Java Project Wizard, then do some text replacements on a bunch of template files and add them to the project.
I have hunted high and low for a tutorial on how to do this but it seems like you need to really know your way around the Eclipse Plug-In development stuff to get anywhere.
Can anyone point me in the direction of a tutorial for customizing the New Project Wizard in Eclipse or a project that does something similar so I can look at the source?