/*
* We are blocking any extension point contribution to the Library. Agreed to do this way on Sep 30th, 2011 [AC, MK, PR]
*/
List<ExtlibPluginConfig> _plugins = new ArrayList<ExtlibPluginConfig>();
// note, sort these plugins alphabetically by className
_plugins.add(new DominoConfig());
plugins = _plugins;
}
return plugins;
}