|
From: Christopher W. <caw...@us...> - 2006-01-05 16:32:57
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt-feature In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26675 Modified Files: feature.xml Log Message: don't unpack the user docs or branding plugin (Eclipse recommended not to). Also, note that the rdt plugin is the branding plugin. Index: feature.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt-feature/feature.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** feature.xml 25 Sep 2005 09:36:50 -0000 1.31 --- feature.xml 5 Jan 2006 16:32:49 -0000 1.32 *************** *** 4,8 **** label="Ruby Development Tools" version="0.6.0" ! provider-name="RubyPeople"> <description> --- 4,10 ---- label="Ruby Development Tools" version="0.6.0" ! provider-name="RubyPeople" ! plugin="org.rubypeople.rdt" ! nl="en"> <description> *************** *** 280,284 **** download-size="0" install-size="0" ! version="0.6.0"/> <plugin --- 282,287 ---- download-size="0" install-size="0" ! version="0.6.0" ! unpack="false"/> <plugin *************** *** 298,302 **** download-size="0" install-size="0" ! version="0.6.0"/> <plugin --- 301,306 ---- download-size="0" install-size="0" ! version="0.6.0" ! unpack="false"/> <plugin |