public static final String copyright = "Copyright (c) 2005 Oracle Corporation"; //$NON-NLS-1$
public static TapestryLibraryRegistryFactory init(){
try {
TapestryLibraryRegistryFactory theTapestryLibraryRegistryFactory = (TapestryLibraryRegistryFactory)EPackage.Registry.INSTANCE.getEFactory("http://www.eclipse.org/webtools/tapestry/schema/tapestrytapelibraryregistry.xsd"); //$NON-NLS-1$
if (theTapestryLibraryRegistryFactory != null) {
return theTapestryLibraryRegistryFactory;
}
}
catch (Exception exception) {