|
From: Christopher W. <caw...@us...> - 2006-01-31 21:12:53
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.testunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19790 Modified Files: plugin.xml Log Message: bump versions to 0.7.0 (from 0.6.0). Probably should have done this before the release ;) Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.testunit/plugin.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** plugin.xml 2 Oct 2005 17:15:18 -0000 1.14 --- plugin.xml 31 Jan 2006 21:12:45 -0000 1.15 *************** *** 4,8 **** id="org.rubypeople.rdt.testunit" name="%pluginName" ! version="0.6.0" provider-name="%providerName" class="org.rubypeople.rdt.testunit.TestunitPlugin"> --- 4,8 ---- id="org.rubypeople.rdt.testunit" name="%pluginName" ! version="0.7.0" provider-name="%providerName" class="org.rubypeople.rdt.testunit.TestunitPlugin"> |