moduleThemeInfo.getModuleThemes().add( theme );
}
List<Element> resourceList = themeNode.elements();
for ( Element res : resourceList ) {
theme.addResource( new ThemeResource( theme, res.getText() ) );
}
}
moduleThemes.put( pluginId, moduleThemeInfo );
} catch ( Exception e ) {