// we've got a source path
// remove the first segment, since that's the project folder.
srcPath = pfr.getPath().removeFirstSegments(1);
if (!oneFound && srcPath.isPrefixOf(onePath)) {
// remove the sourcepath from this path
onePath = onePath.removeFirstSegments(srcPath.segmentCount());
oneFound = true;
}
if (!otherFound && srcPath.isPrefixOf(otherPath)) {
// remove the sourcepath from this path
otherPath = otherPath.removeFirstSegments(srcPath.segmentCount());