How new Eclipse project names are taken from existing .project files
Existing
.project files contain project names in the
<name>
tag within the file. If you use an existing
.project file to create a new project, the name of the new
Eclipse project is taken from the
<name>
line in the
.project file as shown in the following illustration.