Old package name: package com.packageName;
New package name: package com.packagename;
Reason for changing name: Package names are written in all lower case to avoid conflict with the names of classes or interfaces.
Issue: With normal gitpull, git won't identify it as changes and gives error in eclipse. I have noticed this issue solemnly on windows.
Workaround: I deleted the folder and ran
git reset --hard