The "Register the JSF Implementation" use case calls for 6 pieces of
information:
* Name
* JSF Version supported
* Libraries
* Tag libraries
* Default servlet name
* Default servlet class
I don't think we need to collect "Tag Libraries" because the JSP spec
requires the tlds to be in the same jar as the implemenation so we can
just pick them up from the jar file.