protected void addToLoadPath(StringBuffer loadPath, IProject project) {
loadPath.append(" -I "
- + osDependentPath(project.getLocation().toOSString()));
+ + osDependentPath(project.getFullPath().toOSString()));
}
protected String osDependentPath(String aPath) {