{
LinkState state = new LinkState(linkables, new HashSet(), configuration.getIncludes(), new HashSet<String>());
// C: generate style classes for components which we want to link in.
List<Source> styleSources = new ArrayList<Source>();
generatedSources = stylesContainer.processDependencies(styleSources, state.getDefNames(), resources,
u.getSource().getRelativePath().replace('/', '.'),
u.getSource().getShortName());
// Sweep through and remove any previous style sources.
Iterator<Source> iterator = sources.iterator();