|
From: Markus B. <mba...@us...> - 2006-02-04 11:48:49
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.testunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8668 Modified Files: plugin.xml Log Message: replaced version with 0.0.0 The correct version will be set during build from the version defined in feature.xml Index: plugin.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.testunit/plugin.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** plugin.xml 31 Jan 2006 21:12:45 -0000 1.15 --- plugin.xml 4 Feb 2006 11:48:39 -0000 1.16 *************** *** 4,8 **** id="org.rubypeople.rdt.testunit" name="%pluginName" ! version="0.7.0" provider-name="%providerName" class="org.rubypeople.rdt.testunit.TestunitPlugin"> --- 4,8 ---- id="org.rubypeople.rdt.testunit" name="%pluginName" ! version="0.0.0" provider-name="%providerName" class="org.rubypeople.rdt.testunit.TestunitPlugin"> |