|
From: Christopher W. <caw...@us...> - 2006-01-31 21:12:46
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19730 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.ui/plugin.xml,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** plugin.xml 6 Oct 2005 23:41:45 -0000 1.46 --- plugin.xml 31 Jan 2006 21:12:36 -0000 1.47 *************** *** 1,5 **** <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> ! <plugin id="org.rubypeople.rdt.debug.ui" name="%Plugin.name" version="0.6.0" provider-name="RubyPeople, Inc." class="org.rubypeople.rdt.internal.debug.ui.RdtDebugUiPlugin"> --- 1,5 ---- <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> ! <plugin id="org.rubypeople.rdt.debug.ui" name="%Plugin.name" version="0.7.0" provider-name="RubyPeople, Inc." class="org.rubypeople.rdt.internal.debug.ui.RdtDebugUiPlugin"> |