*
* @param newLib JSFLibrary instance
* @throws CoreException on core failure.
*/
private void addArchives() throws CoreException {
PluginProvidedJSFLibraryArchiveFilesDelegate jarCol = null;
jarCol = (PluginProvidedJSFLibraryArchiveFilesDelegate)config_element.createExecutableExtension(DELEGATE);
if (jarCol != null){
jarCol.setCreationHelper(this);
jarCol.getArchiveFiles();
}
}