I have a question about the creation of a new project under an existing Project. Assume i have these four projects in eclipse:
org.projet.design
org.projet.feature
org.projet.conf
org.projet.tag
all the project are in projet
repository.
Now, I need to create a new Java project called org.projet.myProject
. The problem in eclipse is, when i create new project called myProject
and i choose org.projet
as my default location, all the projects that are under org.projet
will be added under org.projet.myProject
.
So, please how create a new Java project under an existing Project ?