[Pydev-cvs] org.python.pydev/src/org/python/pydev/plugin/nature PythonPathNature.java, 1.25, 1.26
Brought to you by:
fabioz
|
From: Fabio Z. <fa...@us...> - 2008-05-09 00:42:27
|
Update of /cvsroot/pydev/org.python.pydev/src/org/python/pydev/plugin/nature In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6699/src/org/python/pydev/plugin/nature Modified Files: PythonPathNature.java Log Message: Index: PythonPathNature.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/src/org/python/pydev/plugin/nature/PythonPathNature.java,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** PythonPathNature.java 27 Oct 2007 11:07:56 -0000 1.25 --- PythonPathNature.java 9 May 2008 00:42:32 -0000 1.26 *************** *** 148,152 **** //not in workspace?... maybe it was removed, so, do nothing, but let the user know about it PydevPlugin.log("Unable to find the path "+strings[i]+" in the project were it's \n" + ! "added as a source folder for pydev (project: "+project.getName()+")"); } } --- 148,152 ---- //not in workspace?... maybe it was removed, so, do nothing, but let the user know about it PydevPlugin.log("Unable to find the path "+strings[i]+" in the project were it's \n" + ! "added as a source folder for pydev (project: "+project.getName()+") member:"+r); } } |