[Pydev-cvs] org.python.pydev.debug plugin.xml,1.6,1.7
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-04-22 10:57:16
|
Update of /cvsroot/pydev/org.python.pydev.debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18672 Modified Files: plugin.xml Log Message: upgraded version to 0.4 Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/plugin.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** plugin.xml 15 Apr 2004 23:24:50 -0000 1.6 --- plugin.xml 22 Apr 2004 10:57:07 -0000 1.7 *************** *** 3,7 **** id="org.python.pydev.debug" name="Pydev debug" ! version="0.3.0" provider-name="Aleks Totic" class="org.python.pydev.debug.core.PydevDebugPlugin"> --- 3,7 ---- id="org.python.pydev.debug" name="Pydev debug" ! version="0.4.0" provider-name="Aleks Totic" class="org.python.pydev.debug.core.PydevDebugPlugin"> *************** *** 32,39 **** name="Python" delegate="org.python.pydev.debug.ui.launching.PythonLaunchConfigurationDelegate" ! modes="run, debug" id="org.python.pydev.debug.launchConfigurationType"> </launchConfigurationType> - <!--- set category="org.python.pydev.debug" to disable display in debug window--> </extension> <!--- the launcher icon --> --- 32,38 ---- name="Python" delegate="org.python.pydev.debug.ui.launching.PythonLaunchConfigurationDelegate" ! modes="run, debug" id="org.python.pydev.debug.launchConfigurationType"> </launchConfigurationType> </extension> <!--- the launcher icon --> *************** *** 64,68 **** class="org.python.pydev.debug.launching.LaunchShortcut" id="org.python.pydev.debug.launchShortcut"> ! <perspective id="org.eclipse.debug.ui.DebugPerspective"/> </shortcut> </extension> --- 63,69 ---- class="org.python.pydev.debug.launching.LaunchShortcut" id="org.python.pydev.debug.launchShortcut"> ! <perspective ! id="org.eclipse.debug.ui.DebugPerspective"> ! </perspective> </shortcut> </extension> *************** *** 114,118 **** id="org.python.pydev.debug.debug"> </launchGroup> ! <launchGroup label="Run" bannerImage="icons/python-big.gif" --- 115,119 ---- id="org.python.pydev.debug.debug"> </launchGroup> ! <launchGroup label="Run" bannerImage="icons/python-big.gif" *************** *** 132,137 **** </consoleLineTracker> </extension> - <!--- breakpoint marker --> <!--- TODO just a placeholder for now --> <extension id="pyBreakpointMarker" --- 133,138 ---- </consoleLineTracker> </extension> <!--- TODO just a placeholder for now --> + <!--- breakpoint marker --> <extension id="pyBreakpointMarker" *************** *** 156,158 **** --- 157,160 ---- </attribute> </extension> + </plugin> |