X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/InterpreterRunner.java b/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/InterpreterRunner.java index 6aa5738..8509af3 100644 --- a/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/InterpreterRunner.java +++ b/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/InterpreterRunner.java @@ -124,7 +124,7 @@ public class InterpreterRunner { protected void addToLoadPath(StringBuffer loadPath, IProject project) { loadPath.append(" -I " - + osDependentPath(project.getLocation().toOSString())); + + osDependentPath(project.getFullPath().toOSString())); } protected String osDependentPath(String aPath) {