Is there a way to see which Project Wizard was used to create a given Eclipse Project?

Posted by Bears will eat you on Stack Overflow See other posts from Stack Overflow or by Bears will eat you
Published on 2010-03-30T16:13:37Z Indexed on 2010/03/30 16:23 UTC
Read the original article Hit count: 330

Filed under:
|
|
|

Every time I start working on a new J2EE web application, I need to create the various Eclipse projects that I'll fill up. This includes the top-level project that generates the EAR, a WAR project, etc. I usually only have to do this every couple of months, so I never remember the exact steps - specifically, which Eclipse Project Wizards to use for each project in the webapp.

I have enough old J2EE projects laying around that they could serve as good reference if only I could actually see which Wizard created them. Is there a way to recover this information?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse