|
From: Markus B. <mba...@us...> - 2005-10-24 22:55:20
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui.tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7092 Modified Files: plugin.xml Log Message: Added test for RubySearchTreeContentProvider Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui.tests/plugin.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** plugin.xml 12 Mar 2005 15:41:22 -0000 1.7 --- plugin.xml 24 Oct 2005 22:55:12 -0000 1.8 *************** *** 28,31 **** --- 28,32 ---- <import plugin="org.rubypeople.eclipse.testutils"/> <import plugin="org.eclipse.core.runtime"/> + <import plugin="org.eclipse.search"/> </requires> |