Creates and returns a new project description for a project with the given name. This object is useful when creating, moving or copying projects.
The project description is initialized to:
- the given project name
- no references to other projects
- an empty build spec
- an empty comment
The returned value is writeable.
@param projectName the name of the project
@return a new project description
@see IProject#getDescription()
@see IProject#create(IProjectDescription,IProgressMonitor)
@see IResource#copy(IProjectDescription,int,IProgressMonitor)
@see IProject#move(IProjectDescription,boolean,IProgressMonitor)