|
From: Markus B. <mba...@us...> - 2005-09-22 21:40:23
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9233/bootstrap Modified Files: customTargets.xml Log Message: replace original version with nightly build version also in MANIFEST.MF Index: customTargets.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap/customTargets.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** customTargets.xml 19 Sep 2005 22:55:44 -0000 1.11 --- customTargets.xml 22 Sep 2005 21:40:10 -0000 1.12 *************** *** 103,106 **** --- 103,110 ---- <replacefilter token="${baseFeatureVersion}" value="${featureVersion}" /> </replace> + <replace dir="${buildDirectory}/plugins"> + <include name="org.rubypeople.*/META-INF/MANIFEST.MF"/> + <replacefilter token="Bundle-Version: ${baseFeatureVersion}" value="Bundle-Version: ${featureVersion}" /> + </replace> </target> <!-- ===================================================================== --> |