[Pydev-cvs] org.python.pydev.debug/src/org/python/pydev/debug/ui/launching LaunchShortcut.java,1.5,1
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2004-09-20 13:19:52
|
Update of /cvsroot/pydev/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32211/src/org/python/pydev/debug/ui/launching Modified Files: LaunchShortcut.java Log Message: Grig contribution (unittest). Index: LaunchShortcut.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching/LaunchShortcut.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** LaunchShortcut.java 5 May 2004 02:01:58 -0000 1.5 --- LaunchShortcut.java 20 Sep 2004 13:19:42 -0000 1.6 *************** *** 155,159 **** String baseDirectory = file.getRawLocation().removeLastSegments(1).toString(); String arguments = ""; ! String interpreter = PydevPrefs.getInterpreters()[0]; workingCopy.setAttribute(Constants.ATTR_LOCATION,location); workingCopy.setAttribute(Constants.ATTR_WORKING_DIRECTORY,baseDirectory); --- 155,159 ---- String baseDirectory = file.getRawLocation().removeLastSegments(1).toString(); String arguments = ""; ! String interpreter = PydevPrefs.getDefaultInterpreter(); workingCopy.setAttribute(Constants.ATTR_LOCATION,location); workingCopy.setAttribute(Constants.ATTR_WORKING_DIRECTORY,baseDirectory); |