+ "(Because it was found as a compiled extension).", found.importInfo.mod.getName()));
return;
}
//nor be a system module
ISystemModulesManager systemModulesManager = request.nature.getAstManager().getModulesManager()
.getSystemModulesManager();
IModule systemModule = systemModulesManager.getModule(found.importInfo.mod.getName(), request.nature,
true);
if (systemModule != null) {
status.addFatalError(com.aptana.shared_core.string.StringUtils.format("Error. The module '%s' may not be renamed\n"
+ "Only project modules may be renamed\n" + "(and it was found as being a system module).",
found.importInfo.mod.getName()));