|
From: Markus B. <mba...@us...> - 2006-09-06 18:53:01
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt-feature In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26495 Modified Files: Tag: SRB_0-8-1 feature.xml Log Message: removed nl tag set unpack= true for feature plug-in. Otherwise the feature wont be displayed in the feature list Index: feature.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt-feature/feature.xml,v retrieving revision 1.35 retrieving revision 1.35.2.1 diff -C2 -d -r1.35 -r1.35.2.1 *** feature.xml 5 Feb 2006 19:25:04 -0000 1.35 --- feature.xml 6 Sep 2006 18:52:57 -0000 1.35.2.1 *************** *** 5,10 **** version="0.0.0" provider-name="RubyPeople" ! plugin="org.rubypeople.rdt" ! nl="en"> <description> --- 5,9 ---- version="0.0.0" provider-name="RubyPeople" ! plugin="org.rubypeople.rdt"> <description> *************** *** 298,302 **** install-size="0" version="0.0.0" ! unpack="false"/> <plugin --- 297,301 ---- install-size="0" version="0.0.0" ! unpack="true"/> <plugin |