I'm new to eclipse plugin development.
I've been able to create a new project type and add folders to it.
What is the best way to add a starting set of files into this project? Should I have my JAVA class create these files? Or can I package them with the plug-in and copy them into new project instances?