[Pydev-cvs] org.python.pydev.debug plugin.xml,1.12,1.13
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2004-07-16 15:40:40
|
Update of /cvsroot/pydev/org.python.pydev.debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5467 Modified Files: plugin.xml Log Message: Added correct path for launch class. Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/plugin.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** plugin.xml 2 Jul 2004 02:26:01 -0000 1.12 --- plugin.xml 16 Jul 2004 15:40:29 -0000 1.13 *************** *** 64,69 **** icon="icons/python.gif" modes="run, debug" ! class="org.python.pydev.debug.launching.LaunchShortcut" ! id="org.python.pydev.debug.launchShortcut"> <perspective id="org.eclipse.debug.ui.DebugPerspective"/> </shortcut> --- 64,69 ---- icon="icons/python.gif" modes="run, debug" ! class="org.python.pydev.debug.ui.launching.LaunchShortcut" ! id="org.python.pydev.debug.ui.launchShortcut"> <perspective id="org.eclipse.debug.ui.DebugPerspective"/> </shortcut> |