IBuildpathEntry bPath = (IBuildpathEntry) includePath
.getEntry();
if (bPath.getEntryKind() == IBuildpathEntry.BPE_CONTAINER
&& !bPath.getPath().toString()
.equals("org.eclipse.php.core.LANGUAGE")) { //$NON-NLS-1$
IBuildpathContainer buildpathContainer = DLTKCore
.getBuildpathContainer(bPath.getPath(),
DLTKCore.create(project));
if (buildpathContainer != null) {
final IBuildpathEntry[] buildpathEntries = buildpathContainer
.getBuildpathEntries();
for (IBuildpathEntry buildpathEntry : buildpathEntries) {
IPath localPath = EnvironmentPathUtils
.getLocalPath(buildpathEntry.getPath());
includePaths.add(localPath);