[Pydev-cvs] org.python.pydev.debug plugin.xml,1.13,1.14
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-07-25 13:54:00
|
Update of /cvsroot/pydev/org.python.pydev.debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18380 Modified Files: plugin.xml Log Message: Added debugger launch timeout preference Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/plugin.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** plugin.xml 16 Jul 2004 15:40:29 -0000 1.13 --- plugin.xml 25 Jul 2004 13:53:51 -0000 1.14 *************** *** 4,8 **** id="org.python.pydev.debug" name="Pydev debug" ! version="0.5" provider-name="Aleks Totic" class="org.python.pydev.debug.core.PydevDebugPlugin"> --- 4,8 ---- id="org.python.pydev.debug" name="Pydev debug" ! version="0.5.3" provider-name="Aleks Totic" class="org.python.pydev.debug.core.PydevDebugPlugin"> |