{
SymfonyModelAccess modelAccess = SymfonyModelAccess.getDefault();
IPath truncated = webpath.removeFirstSegments(2);
String bundleName = truncated.segment(0) + "bundle";
Bundle bundle = modelAccess.findBundle(bundleName, project);
if (bundle == null) {
return null;
}