* <!-- end-user-doc -->
* @generated
*/
public static JSFLibraryRegistryFactory init() {
try {
JSFLibraryRegistryFactory theJSFLibraryRegistryFactory = (JSFLibraryRegistryFactory)EPackage.Registry.INSTANCE.getEFactory("http://www.eclipse.org/webtools/jsf/schema/jsflibraryregistry.xsd"); //$NON-NLS-1$
if (theJSFLibraryRegistryFactory != null) {
return theJSFLibraryRegistryFactory;
}
}
catch (Exception exception) {