|
From: Markus B. <mba...@us...> - 2006-02-04 11:50:19
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt-feature In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9260 Modified Files: feature.xml Log Message: replaced version with 0.0.0. The automatic build sets the correct version inclusive label part (see customTargets.xml) Index: feature.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt-feature/feature.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** feature.xml 31 Jan 2006 21:12:42 -0000 1.33 --- feature.xml 4 Feb 2006 11:50:07 -0000 1.34 *************** *** 3,7 **** id="org.rubypeople.rdt" label="Ruby Development Tools" ! version="0.7.0" provider-name="RubyPeople" plugin="org.rubypeople.rdt" --- 3,7 ---- id="org.rubypeople.rdt" label="Ruby Development Tools" ! version="0.0.0" provider-name="RubyPeople" plugin="org.rubypeople.rdt" *************** *** 244,247 **** --- 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"/> *************** *** 274,278 **** download-size="0" install-size="0" ! version="0.7.0" unpack="false"/> --- 282,286 ---- download-size="0" install-size="0" ! version="0.0.0" unpack="false"/> *************** *** 287,291 **** download-size="0" install-size="0" ! version="0.7.0"/> <plugin --- 295,299 ---- download-size="0" install-size="0" ! version="0.0.0"/> <plugin *************** *** 293,297 **** download-size="0" install-size="0" ! version="0.7.0" unpack="false"/> --- 301,305 ---- download-size="0" install-size="0" ! version="0.0.0" unpack="false"/> *************** *** 300,304 **** download-size="0" install-size="0" ! version="0.7.0"/> <plugin --- 308,312 ---- download-size="0" install-size="0" ! version="0.0.0"/> <plugin *************** *** 306,310 **** download-size="0" install-size="0" ! version="0.7.0"/> <plugin --- 314,318 ---- download-size="0" install-size="0" ! version="0.0.0"/> <plugin *************** *** 312,316 **** download-size="0" install-size="0" ! version="0.7.0"/> <plugin --- 320,324 ---- download-size="0" install-size="0" ! version="0.0.0"/> <plugin *************** *** 318,322 **** download-size="0" install-size="0" ! version="0.7.0"/> <plugin --- 326,330 ---- download-size="0" install-size="0" ! version="0.0.0"/> <plugin *************** *** 324,328 **** download-size="0" install-size="0" ! version="0.7.0"/> </feature> --- 332,336 ---- download-size="0" install-size="0" ! version="0.0.0"/> </feature> |