|
From: Markus B. <mba...@us...> - 2005-10-09 21:22:24
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core.tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1082 Modified Files: plugin.xml Log Message: fixed port 1098 replaced by variable port Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core.tests/plugin.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** plugin.xml 16 Sep 2005 20:53:53 -0000 1.9 --- plugin.xml 9 Oct 2005 21:22:19 -0000 1.10 *************** *** 23,26 **** --- 23,27 ---- <import plugin="org.eclipse.core.runtime"/> <import plugin="org.rubypeople.rdt.core"/> + <import plugin="org.rubypeople.eclipse.testutils"/> </requires> |