|
From: Christopher W. <caw...@us...> - 2006-01-31 21:12:50
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt-feature In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19768 Modified Files: feature.xml Log Message: bump versions to 0.7.0 (from 0.6.0). Probably should have done this before the release ;) Index: feature.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt-feature/feature.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** feature.xml 5 Jan 2006 16:32:49 -0000 1.32 --- feature.xml 31 Jan 2006 21:12:42 -0000 1.33 *************** *** 3,7 **** id="org.rubypeople.rdt" label="Ruby Development Tools" ! version="0.6.0" provider-name="RubyPeople" plugin="org.rubypeople.rdt" --- 3,7 ---- id="org.rubypeople.rdt" label="Ruby Development Tools" ! version="0.7.0" provider-name="RubyPeople" plugin="org.rubypeople.rdt" *************** *** 244,255 **** </url> - <!-- Due to a bug in the 3.0.1 Eclipse PDE, the Export... button in the feature manifest - editor does not work, if there is a source feature to be built. Therefore the include statement is - commented out and the customTargets.xml will replace the placeholder with an include statement - after fetching this file from CVS and before the build starts. - In addition to that, the following line will be added to build.properties: - gen...@or...=org.rubypeople.rdt --> - <!--@@INCLUDES@@--> - <requires> <import plugin="org.eclipse.core.resources"/> --- 244,247 ---- *************** *** 282,286 **** download-size="0" install-size="0" ! version="0.6.0" unpack="false"/> --- 274,278 ---- download-size="0" install-size="0" ! version="0.7.0" unpack="false"/> *************** *** 295,299 **** download-size="0" install-size="0" ! version="0.6.0"/> <plugin --- 287,291 ---- download-size="0" install-size="0" ! version="0.7.0"/> <plugin *************** *** 301,305 **** download-size="0" install-size="0" ! version="0.6.0" unpack="false"/> --- 293,297 ---- download-size="0" install-size="0" ! version="0.7.0" unpack="false"/> *************** *** 308,312 **** download-size="0" install-size="0" ! version="0.6.0"/> <plugin --- 300,304 ---- download-size="0" install-size="0" ! version="0.7.0"/> <plugin *************** *** 314,318 **** download-size="0" install-size="0" ! version="0.6.0"/> <plugin --- 306,310 ---- download-size="0" install-size="0" ! version="0.7.0"/> <plugin *************** *** 320,324 **** download-size="0" install-size="0" ! version="0.6.0"/> <plugin --- 312,316 ---- download-size="0" install-size="0" ! version="0.7.0"/> <plugin *************** *** 326,330 **** download-size="0" install-size="0" ! version="0.6.0"/> <plugin --- 318,322 ---- download-size="0" install-size="0" ! version="0.7.0"/> <plugin *************** *** 332,336 **** download-size="0" install-size="0" ! version="0.6.0"/> </feature> --- 324,328 ---- download-size="0" install-size="0" ! version="0.7.0"/> </feature> |