Eclipse Project Creator Wiki
Eclipse plug-in to create java project based on xml details
Brought to you by:
kpranit
The Eclipse Project Creator plug-in crates a Java project based on the XML provided. The XML contains the tag under which the project details can be provided.
This helps in avoiding users to create projects with same configurations every time. the best use can be seen as where developers need to create project from source control with multiple components. The project XML can be checked in source control and when new views are created for the different version the same xml can be used to create project in No time.