|
From: Markus B. <mba...@us...> - 2006-02-05 17:49:09
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6155 Modified Files: customTargets.xml Log Message: site.xml generation: removed obscure attribute url from description element Index: customTargets.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/customTargets.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** customTargets.xml 5 Feb 2006 16:40:58 -0000 1.6 --- customTargets.xml 5 Feb 2006 17:48:56 -0000 1.7 *************** *** 228,232 **** <echo file="${UpdateSiteStagingLocation}/site.xml"><?xml version="1.0" encoding="UTF-8"?> <site> ! <description url="http://updatesite.rubypeople.org/nightly"> The Ruby Development Tools nightly builds. </description> <feature url="features/org.rubypeople.rdt_${featureVersion}.jar" id="org.rubypeople.rdt" version="${featureVersion}"> <category name="RubyEclipseNightlyBuilds"/> </feature> --- 228,232 ---- <echo file="${UpdateSiteStagingLocation}/site.xml"><?xml version="1.0" encoding="UTF-8"?> <site> ! <description;> The Ruby Development Tools nightly builds. </description> <feature url="features/org.rubypeople.rdt_${featureVersion}.jar" id="org.rubypeople.rdt" version="${featureVersion}"> <category name="RubyEclipseNightlyBuilds"/> </feature> |