What happens when a JSF Facet is un-installed?
When a JSF Facet is un-installed, the JSF references in the Web Deployment descriptor (web.xml) are removed.  Those references are:
	- Faces Servlet URL Mappings
 
	- Context Params for application configuration file
 
	- Faces Servlet
 
No files, including faces-config.xml, are removed or deleted from the project.
 
 
JSF Facets
What happens when a JSF Facet is installed?