|
From: Christopher W. <caw...@us...> - 2006-01-31 21:12:47
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19748 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.debug.core/plugin.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** plugin.xml 11 Mar 2005 03:21:50 -0000 1.19 --- plugin.xml 31 Jan 2006 21:12:39 -0000 1.20 *************** *** 4,8 **** id="org.rubypeople.rdt.debug.core" name="%Plugin.name" ! version="0.6.0" provider-name="%providerName" class="org.rubypeople.rdt.internal.debug.core.RdtDebugCorePlugin"> --- 4,8 ---- id="org.rubypeople.rdt.debug.core" name="%Plugin.name" ! version="0.7.0" provider-name="%providerName" class="org.rubypeople.rdt.internal.debug.core.RdtDebugCorePlugin"> |