|
From: Christopher W. <caw...@us...> - 2006-01-31 21:13:02
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.doc.user In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19857 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.doc.user/plugin.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** plugin.xml 27 Mar 2005 06:26:49 -0000 1.12 --- plugin.xml 31 Jan 2006 21:12:53 -0000 1.13 *************** *** 1 **** ! <plugin provider-name="RubyPeople, Inc." version="0.6.0" id="org.rubypeople.rdt.doc.user" name="Ruby Development Documentation"><extension point="org.eclipse.help.toc"><toc primary="true" file="toc.xml"></toc></extension></plugin> \ No newline at end of file --- 1,8 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <?eclipse version="3.0"?> ! <plugin ! id="org.rubypeople.rdt.doc.user" ! name="%Plugin.name" ! version="0.7.0" ! provider-name="RubyPeople, Inc."> ! </plugin> \ No newline at end of file |