What is a clean way to “Add JSF Capabilities” to an existing JSF project which is being moved into MyEclilpse for the first time? The web.xml already has everything needed, including JSF Config Path, Faces servlet name, and URL pattern. If I try to re-specify those things using the “Add JSF Capabilities” wizard, I get errors because those things already exist. Is there a simple way to add JSF Capabilities without having to re-specify those things? (I’m hoping to move our whole team to MyEclipse, with their existing JSF apps. I want to have a simple “Add JSF Capabilities” sequence that work for the team.)