[Pydev-cvs] org.python.pydev.debug plugin.xml,1.14,1.15
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2004-09-20 13:19:52
|
Update of /cvsroot/pydev/org.python.pydev.debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32211 Modified Files: plugin.xml Log Message: Grig contribution (unittest). Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/plugin.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** plugin.xml 25 Jul 2004 13:53:51 -0000 1.14 --- plugin.xml 20 Sep 2004 13:19:42 -0000 1.15 *************** *** 4,8 **** id="org.python.pydev.debug" name="Pydev debug" ! version="0.5.3" provider-name="Aleks Totic" class="org.python.pydev.debug.core.PydevDebugPlugin"> --- 4,8 ---- id="org.python.pydev.debug" name="Pydev debug" ! version="0.5.3a" provider-name="Aleks Totic" class="org.python.pydev.debug.core.PydevDebugPlugin"> *************** *** 101,104 **** --- 101,112 ---- id="org.python.pydev.debug.RunPythonAction"> </action> + <action + enablesFor="1" + label="pyUnit Test..." + tooltip="Test a python script with pyUnit" + icon="icons/python.gif" + class="org.python.pydev.debug.ui.actions.PythonTestActionDelegate" + menubarPath="org.python.pydev.debug.WorkspaceMenu/group1" + id="org.python.pydev.debug.TestPythonAction"/> </objectContribution> </extension> |