return new IncludePath[] { new IncludePath(getProject(), getProject()) };
}
protected BuildpathDetector createBuildpathDetector(IProgressMonitor monitor, IDLTKLanguageToolkit toolkit)
throws CoreException {
BuildpathDetector detector = new PHPBuildpathDetector(getProject(), toolkit);
detector.detectBuildpath(new SubProgressMonitor(monitor, 20));
return detector;
}