|
From: Markus B. <mba...@us...> - 2005-09-07 22:51:47
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12986/bootstrap Modified Files: customTargets.xml Log Message: replace updatesite url Index: customTargets.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap/customTargets.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** customTargets.xml 28 Mar 2005 14:12:36 -0000 1.8 --- customTargets.xml 7 Sep 2005 22:51:40 -0000 1.9 *************** *** 97,100 **** --- 97,101 ---- <include name="org.rubypeople.*/feature.xml"/> <replacefilter token="${baseFeatureVersion}" value="${featureVersion}" /> + <replacefilter token="http://rubyeclipse.sourceforge.net/updatesite" value="http://rubyeclipse.sourceforge.net/nightlyBuild/updateSite" /> </replace> <replace dir="${buildDirectory}/plugins"> |