}
}
else if (BeansCoreUtils.isBeansConfig(resource, true)) {
IBeansConfig bc = BeansCorePlugin.getModel().getConfig((IFile) resource, true);
// Resources are loaded by isBeansConfig from the top; so the resourceChanged check here is not sufficient
if (bc.resourceChanged()) {
if (bc instanceof IImportedBeansConfig) {
propagateToConfigsFromConfigSet(BeansModelUtils.getParentOfClass(bc, IBeansConfig.class), false);
}
else {
propagateToConfigsFromConfigSet(bc, false);