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">
|