Yes I do have it (both files are included in web.xml)
Meanwhilie I found out that I have been usinng two web.xml in one project and probably the problem was in maven configuration. Maven configuration pointed to web.xml which doesn't include second-faces-config.xml.
I did small tidy up in maven configuration and now it seems it works perfect, even after restarting Eclipse.
Thanks.