[Pydev-cvs] org.python.pydev plugin.xml,1.11,1.12
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-04-22 10:34:40
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13928 Modified Files: plugin.xml Log Message: Lots of minor changes: double-clicking, more hyperlink navigation, making editor more useable. Moved some files here from debug, and pruned some obsolete ones. Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/plugin.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** plugin.xml 15 Apr 2004 23:19:21 -0000 1.11 --- plugin.xml 22 Apr 2004 10:34:32 -0000 1.12 *************** *** 3,7 **** id="org.python.pydev" name="Pydev - Python Development Environment" ! version="0.3.0" provider-name="AleksTotic" class="org.python.pydev.plugin.PydevPlugin"> --- 3,7 ---- id="org.python.pydev" name="Pydev - Python Development Environment" ! version="0.4.0" provider-name="AleksTotic" class="org.python.pydev.plugin.PydevPlugin"> |