Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.launching
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8683
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.launching/plugin.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** plugin.xml 31 Jan 2006 21:12:26 -0000 1.23
--- plugin.xml 4 Feb 2006 11:48:42 -0000 1.24
***************
*** 4,8 ****
id="org.rubypeople.rdt.launching"
name="%Plugin.name"
! version="0.7.0"
provider-name="RubyPeople, Inc."
class="org.rubypeople.rdt.internal.launching.RdtLaunchingPlugin">
--- 4,8 ----
id="org.rubypeople.rdt.launching"
name="%Plugin.name"
! version="0.0.0"
provider-name="RubyPeople, Inc."
class="org.rubypeople.rdt.internal.launching.RdtLaunchingPlugin">
|