Changing build path of Java project should delete and update the libraries deployed to server
Steps To Reproduce:
1. Delete a required jar from build path
2. Try to run application
3. The application still runs without the jar file
I tested this on Tomcat. Eclipse was not deleting the jar file from the tomcat
deployment which was giving me a false illusion that the jar file I deleted is
not required by the project. ** There should always be a diff and delete/
change the jar files updated in the Build path