git://secure.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Changing from getFullPath to getProjectRelativePath() so that local debug can find...
[phpeclipse.git]
/
net.sourceforge.phpeclipse.launching
/
src
/
net
/
sourceforge
/
phpdt
/
internal
/
launching
/
InterpreterRunnerConfiguration.java
diff --git
a/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/InterpreterRunnerConfiguration.java
b/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/InterpreterRunnerConfiguration.java
index
837d7f4
..
d2b83cc
100644
(file)
--- a/
net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/InterpreterRunnerConfiguration.java
+++ b/
net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/InterpreterRunnerConfiguration.java
@@
-33,7
+33,7
@@
public class InterpreterRunnerConfiguration {
//return project.getLocation().toOSString() + "/" + getFileName();
IResource file = project.findMember(path);
- return file.getFullPath().toOSString();
+ return file.getProjectRelativePath().toOSString();
}
public String getFileName() {