+ parentOrganisation + "#" + parentModule + ";" + parentRevision
+ " Reason :" + e.getLocalizedMessage(), 0);
}
}
DefaultExtendsDescriptor ed = new DefaultExtendsDescriptor(
parent.getModuleRevisionId(),
parent.getResolvedModuleRevisionId(),
attributes.getValue("location"),
(String[]) extendTypes.toArray(new String[extendTypes.size()]));
getMd().addInheritedDescriptor(ed);