Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18166
Modified Files:
.project
Log Message:
Added debugger launch timeout preference
Index: .project
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/.project,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** .project 2 Jul 2004 02:50:37 -0000 1.5
--- .project 25 Jul 2004 13:51:39 -0000 1.6
***************
*** 25,28 ****
--- 25,29 ----
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>
|