|
From: Markus B. <mba...@us...> - 2006-02-04 11:48:36
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8578 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.debug.core/plugin.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** plugin.xml 31 Jan 2006 21:12:39 -0000 1.20 --- plugin.xml 4 Feb 2006 11:48:22 -0000 1.21 *************** *** 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"> --- 4,8 ---- id="org.rubypeople.rdt.debug.core" name="%Plugin.name" ! version="0.0.0" provider-name="%providerName" class="org.rubypeople.rdt.internal.debug.core.RdtDebugCorePlugin"> |