Updating package under eclipse
I have added another source file in my package and run some commands like in the answer in this link (by running "make clean; make eclipse-project command and restart Eclipse"). However, the working package is not updated under eclipse.
I know that it will work out of the box, if I again go through the import package procedure, but, it is tiring doing it every time I add some new files in the package.
Is there any elegant way of doing it?