[Pydev-cvs] org.python.pydev.debug plugin.xml,1.2,1.3
Brought to you by:
fabioz
From: <fa...@us...> - 2004-03-05 16:34:47
|
Update of /cvsroot/pydev/org.python.pydev.debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2085 Modified Files: plugin.xml Log Message: Short cut launching class changed package (refactored). Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/plugin.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** plugin.xml 10 Jan 2004 03:13:34 -0000 1.2 --- plugin.xml 5 Mar 2004 16:20:36 -0000 1.3 *************** *** 61,65 **** icon="icons/python.gif" modes="run, debug" ! class="org.python.pydev.debug.launching.LaunchShortcut" id="org.python.pydev.debug.launchShortcut"> </shortcut> --- 61,65 ---- icon="icons/python.gif" modes="run, debug" ! class="org.python.pydev.debug.ui.launching.LaunchShortcut" id="org.python.pydev.debug.launchShortcut"> </shortcut> |