}
String rev = depResolvedId.getRevision();
// The evicted modules have no description, so we can't put their
// status.
String status = depDescriptor == null ? "?" : depDescriptor.getStatus();
props.put(depRevisionId.encodeToString(), rev + " " + status);
}
}
}
}
FileOutputStream out = new FileOutputStream(ivyPropertiesInCache);