0

I would like to add a feature to a plugin which I am developing.

This feature, when activated by the user, would create (or prompt and guide) a new project for the user, and this project would have a per-bundled structure. Is this even possible?

If not, what are some alternatives to have an Eclipse plugin setup a specific Eclipse project for a user?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Zombies
  • 25,039
  • 43
  • 140
  • 225
  • 2
    I think your question has answered yet: http://stackoverflow.com/questions/2414020/how-to-make-a-new-eclipse-project-template – Come get some Dec 22 '12 at 03:30

1 Answers1

0

Take a look at BasicNewProjectResourceWizard.

tkotisis
  • 3,442
  • 25
  • 30