I have a project (say Project1) in Eclipse that contains a “/sample” folder in it. The /sample folder contains sample projects in it.
What I want to do is that, I want to Import any of the sample project (say Sample1) in Eclipse in such a way that eclipse will links to the /sample directory of Project1. So any change that I made in Sample1 will update the /sample folder of the Project1.
Eclipse has the concept of linked files/folders. See this. Is this what you are looking for?